Color Hex Logo

#c68785 Color Hex

#C68785
(198,135,133)
0 Favorites   0 Comments

Color spaces of #c68785

RGB 198135133
HSL0.010.360.65
HSV33°78°
CMYK 0.000.320.33   0.22
XYZ36.186331.027226.2719
Yxy31.02720.38710.3319
Hunter Lab55.702118.482211.0273
CIE-Lab62.530623.892510.8867

#c68785 color RGB value is (198,135,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000111 10000101
Octal 306 207 205
Decimal 198 135 133
Hex C6 87 85

RGB Percentages of Color #c68785

%42.49
%28.97
%28.54

CMYK Percentages of Color #c68785

%0
%32
%33
%22

Triadic Colors of #c68785

#c68785 #85c687 #8785c6

Analogous Colors of #c68785

#c68785 #c6a885 #c685a4

Monochromatic Colors of #c68785

#c68785

Complementary Color

#c68785 #85c4c6

#c68785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68785 Color CSS Codes

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

#c68785 Text Font Color

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

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


#c68785 Background Color

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

This div background color is #c68785


#c68785 Border Color

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

This div border color is #c68785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68785


Comments

No comments written yet.

Please login to write comment.