#C87C6F

Color #C87C6F Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #C87C6F

Tints of Contessa #C87C6F

Color information

#C87C6F (or 0xC87C6F) is unknown color: approx Contessa. HEX triplet: C8, 7C and 6F. RGB value is (200,124,111). Sum of RGB (Red+Green+Blue) = 200+124+111=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87C6F is #378390. Grayscale: #919191. Windows color (decimal): -3638161 or 7306440. OLE color: 7306440.

HSL color Cylindrical-coordinate representation of color #C87C6F: hue angle of 8.76º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C87C6F is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB200124111-
CMYK00.380.440.22
HSL8.76º44.72%60.98%-
HSV(B)8.76º44.5%78.43%-
XYZ33.927.8418.63-
YUV145.24108.68167.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 45.98%
GREEN value IS 124 (48.83% from 255) = 28.51%
BLUE value IS 111 (43.75% from 255) = 25.52%
R=45.98%
G=28.51%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012411100.380.440.228.7644.7260.98
HexC87C6F0262C1692d3d
Octal3101741570465426115575
Binary11001000111110011011110100110101100101101001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87C6F; }

 p { color: rgb(200,124,111); }

 H1.HeaderClassName
 {
   color: #C87C6F;
 }
 .AnyTagClassName
 {
   color: #C87C6F;
 }
</style>
background-color css

<style>
 a { background-color: #C87C6F; }

 a { background-color: rgb(200,124,111); }

 div.DivClassName
 {
   background-color: #C87C6F;
 }
 .BgClassName
 {
   background-color: #C87C6F;
 }
</style>
border-color css

<style>
 span { border-color: #C87C6F; }

 span { border-color: rgb(200,124,111); }

 td.TdClassName
 {
   border-color: #C87C6F;
 }
 .TagClassName
 {
   border-color: #C87C6F;
 }
</style>