Color Hex Logo

#c86760 Color Hex

#C86760
(200,103,96)
0 Favorites   0 Comments

Color spaces of #c86760

RGB 20010396
HSL0.010.490.58
HSV52°78°
CMYK 0.000.490.52   0.22
XYZ30.781022.824413.8495
Yxy22.82440.45630.3384
Hunter Lab47.774931.400116.2548
CIE-Lab54.891037.796721.6436

#c86760 color RGB value is (200,103,96).

#c86760 hex color red value is 200, green value is 103 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #c86760 hue: 0.01 , saturation: 0.49 and the lightness value of c86760 is 0.58.

The process color (four color CMYK) of #c86760 color hex is 0.00, 0.49, 0.52, 0.22. Web safe color of #c86760 is #cc6666. Color #c86760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100111 01100000
Octal 310 147 140
Decimal 200 103 96
Hex C8 67 60

RGB Percentages of Color #c86760

%50.13
%25.81
%24.06

CMYK Percentages of Color #c86760

%0
%49
%52
%22

Triadic Colors of #c86760

#c86760 #60c867 #6760c8

Analogous Colors of #c86760

#c86760 #c89b60 #c8608d

Monochromatic Colors of #c86760

#c86760

Complementary Color

#c86760 #60c1c8

#c86760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86760 Color CSS Codes

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

#c86760 Text Font Color

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

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


#c86760 Background Color

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

This div background color is #c86760


#c86760 Border Color

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

This div border color is #c86760


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,103,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c86760; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c86760;
  -webkit-box-shadow: 1px 1px 3px 2px #c86760;
  box-shadow:         1px 1px 3px 2px #c86760; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,103,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86760


Comments

No comments written yet.

Please login to write comment.