Color Hex Logo

#c86560 Color Hex

#C86560
(200,101,96)
0 Favorites   0 Comments

Color spaces of #c86560

RGB 20010196
HSL0.010.490.58
HSV52°78°
CMYK 0.000.500.52   0.22
XYZ30.584422.431213.7840
Yxy22.43120.45790.3358
Hunter Lab47.361632.386115.8975
CIE-Lab54.481638.829021.0965

#c86560 color RGB value is (200,101,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100101 01100000
Octal 310 145 140
Decimal 200 101 96
Hex C8 65 60

RGB Percentages of Color #c86560

%50.38
%25.44
%24.18

CMYK Percentages of Color #c86560

%0
%50
%52
%22

Triadic Colors of #c86560

#c86560 #60c865 #6560c8

Analogous Colors of #c86560

#c86560 #c89960 #c8608f

Monochromatic Colors of #c86560

#c86560

Complementary Color

#c86560 #60c3c8

#c86560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86560 Color CSS Codes

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

#c86560 Text Font Color

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

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


#c86560 Background Color

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

This div background color is #c86560


#c86560 Border Color

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

This div border color is #c86560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86560


Comments

No comments written yet.

Please login to write comment.