#C87876

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

Shades of Contessa #C87876

Tints of Contessa #C87876

Color information

#C87876 (or 0xC87876) is unknown color: approx Contessa. HEX triplet: C8, 78 and 76. RGB value is (200,120,118). Sum of RGB (Red+Green+Blue) = 200+120+118=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C87876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87876 is #378789. Grayscale: #8F8F8F. Windows color (decimal): -3639178 or 7764168. OLE color: 7764168.

HSL color Cylindrical-coordinate representation of color #C87876: hue angle of 1.46º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C87876 is Cyan = 0, Magento = 0.4, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB200120118-
CMYK00.40.410.22
HSL1.46º42.71%62.35%-
HSV(B)1.46º41%78.43%-
XYZ33.8127.0220.57-
YUV143.69113.5168.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.66%
GREEN value IS 120 (47.27% from 255) = 27.40%
BLUE value IS 118 (46.48% from 255) = 26.94%
R=45.66%
G=27.40%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012011800.40.410.221.4642.7162.35
HexC87876028291612b3e
Octal310170166050512615376
Binary11001000111100011101100101000101001101101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87876; }

 p { color: rgb(200,120,118); }

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

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

 a { background-color: rgb(200,120,118); }

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

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

 span { border-color: rgb(200,120,118); }

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