Color Hex Logo

#c68884 Color Hex

#C68884
(198,136,132)
0 Favorites   0 Comments

Color spaces of #c68884

RGB 198136132
HSL0.010.370.65
HSV33°78°
CMYK 0.000.310.33   0.22
XYZ36.257731.280025.9565
Yxy31.28000.38780.3346
Hunter Lab55.928517.844211.6334
CIE-Lab62.743323.213911.7537

#c68884 color RGB value is (198,136,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001000 10000100
Octal 306 210 204
Decimal 198 136 132
Hex C6 88 84

RGB Percentages of Color #c68884

%42.49
%29.18
%28.33

CMYK Percentages of Color #c68884

%0
%31
%33
%22

Triadic Colors of #c68884

#c68884 #84c688 #8884c6

Analogous Colors of #c68884

#c68884 #c6a984 #c684a1

Monochromatic Colors of #c68884

#c68884

Complementary Color

#c68884 #84c2c6

#c68884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68884 Color CSS Codes

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

#c68884 Text Font Color

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

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


#c68884 Background Color

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

This div background color is #c68884


#c68884 Border Color

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

This div border color is #c68884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68884


Comments

No comments written yet.

Please login to write comment.