#C87976

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

Shades of Contessa #C87976

Tints of Contessa #C87976

Color information

#C87976 (or 0xC87976) is unknown color: approx Contessa. HEX triplet: C8, 79 and 76. RGB value is (200,121,118). Sum of RGB (Red+Green+Blue) = 200+121+118=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C87976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87976 is #378689. Grayscale: #909090. Windows color (decimal): -3638922 or 7764424. OLE color: 7764424.

HSL color Cylindrical-coordinate representation of color #C87976: hue angle of 2.2º 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 #C87976 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB200121118-
CMYK00.390.410.22
HSL2.2º42.71%62.35%-
HSV(B)2.2º41%78.43%-
XYZ33.9327.2620.61-
YUV144.28113.17167.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.56%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 118 (46.48% from 255) = 26.88%
R=45.56%
G=27.56%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012111800.390.410.222.242.7162.35
HexC87976027291622b3e
Octal310171166047512625376
Binary110010001111001111011001001111010011011010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87976; }

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

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

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

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

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

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

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

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