Color Hex Logo

#c6858e Color Hex

#C6858E
(198,133,142)
0 Favorites   0 Comments

Color spaces of #c6858e

RGB 198133142
HSL0.980.360.65
HSV352°33°78°
CMYK 0.000.330.28   0.22
XYZ36.558730.733829.5966
Yxy30.73380.37730.3172
Hunter Lab55.438120.69547.1536
CIE-Lab62.282326.20175.4135

#c6858e color RGB value is (198,133,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000101 10001110
Octal 306 205 216
Decimal 198 133 142
Hex C6 85 8E

RGB Percentages of Color #c6858e

%41.86
%28.12
%30.02

CMYK Percentages of Color #c6858e

%0
%33
%28
%22

Triadic Colors of #c6858e

#c6858e #8ec685 #858ec6

Analogous Colors of #c6858e

#c6858e #c69d85 #c685af

Monochromatic Colors of #c6858e

#c6858e

Complementary Color

#c6858e #85c6bd

#c6858e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6858e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6858e Color CSS Codes

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

#c6858e Text Font Color

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

This sample text font color is #c6858e
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.


#c6858e Background Color

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

This div background color is #c6858e


#c6858e Border Color

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

This div border color is #c6858e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,133,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 #c6858e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6858e


Comments

No comments written yet.

Please login to write comment.