Color Hex Logo

#c6838e Color Hex

#C6838E
(198,131,142)
0 Favorites   0 Comments

Color spaces of #c6838e

RGB 198131142
HSL0.970.370.65
HSV350°34°78°
CMYK 0.000.340.28   0.22
XYZ36.287530.191429.5061
Yxy30.19140.37810.3145
Hunter Lab54.946721.72696.6243
CIE-Lab61.819027.29714.7470

#c6838e color RGB value is (198,131,142).

#c6838e hex color red value is 198, green value is 131 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c6838e hue: 0.97 , saturation: 0.37 and the lightness value of c6838e is 0.65.

The process color (four color CMYK) of #c6838e color hex is 0.00, 0.34, 0.28, 0.22. Web safe color of #c6838e is #cc9999. Color #c6838e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000011 10001110
Octal 306 203 216
Decimal 198 131 142
Hex C6 83 8E

RGB Percentages of Color #c6838e

%42.04
%27.81
%30.15

CMYK Percentages of Color #c6838e

%0
%34
%28
%22

Triadic Colors of #c6838e

#c6838e #8ec683 #838ec6

Analogous Colors of #c6838e

#c6838e #c69a83 #c683b0

Monochromatic Colors of #c6838e

#c6838e

Complementary Color

#c6838e #83c6bb

#c6838e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6838e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6838e Color CSS Codes

.mybgcolor {background-color:#c6838e; } 
.myforecolor {color:#c6838e; }
.mybordercolor {border:3px solid #c6838e; }

#c6838e Text Font Color

<p style="color:#c6838e">Text here</p>

This sample text font color is #c6838e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c6838e Background Color

<div style="background-color:#c6838e">
Div content here</div>

This div background color is #c6838e


#c6838e Border Color

<div style="border:3px solid #c6838e">
Div here</div>

This div border color is #c6838e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,131,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6838e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6838e;
  -webkit-box-shadow: 1px 1px 3px 2px #c6838e;
  box-shadow:         1px 1px 3px 2px #c6838e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,131,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6838e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c6838e;
  -webkit-box-shadow: 1px 1px 3px 2px #c6838e;
  box-shadow:         1px 1px 3px 2px #c6838e;">
Div content here</div>

This div box has shadow with color #c6838e


Comments

No comments written yet.

Please login to write comment.