#C87776

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

Shades of Contessa #C87776

Tints of Contessa #C87776

Color information

#C87776 (or 0xC87776) is unknown color: approx Contessa. HEX triplet: C8, 77 and 76. RGB value is (200,119,118). Sum of RGB (Red+Green+Blue) = 200+119+118=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C87776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87776 is #378889. Grayscale: #8F8F8F. Windows color (decimal): -3639434 or 7763912. OLE color: 7763912.

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

Color convert

RGB200119118-
CMYK00.400.410.22
HSL0.73º42.71%62.35%-
HSV(B)0.73º41%78.43%-
XYZ33.6926.7820.53-
YUV143.1113.84168.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.77%
GREEN value IS 119 (46.88% from 255) = 27.23%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=45.77%
G=27.23%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011911800.400.410.220.7342.7162.35
HexC87776028291612b3e
Octal310167166050512615376
Binary11001000111011111101100101000101001101101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87776; }

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

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

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

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

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

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

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

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