#C87970

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

Shades of Contessa #C87970

Tints of Contessa #C87970

Color information

#C87970 (or 0xC87970) is unknown color: approx Contessa. HEX triplet: C8, 79 and 70. RGB value is (200,121,112). Sum of RGB (Red+Green+Blue) = 200+121+112=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C87970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87970 is #37868F. Grayscale: #8F8F8F. Windows color (decimal): -3638928 or 7371208. OLE color: 7371208.

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

Color convert

RGB200121112-
CMYK00.390.440.22
HSL6.14º44.44%61.18%-
HSV(B)6.14º44%78.43%-
XYZ33.5827.1218.79-
YUV143.6110.17168.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.19%
GREEN value IS 121 (47.66% from 255) = 27.94%
BLUE value IS 112 (44.14% from 255) = 25.87%
R=46.19%
G=27.94%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012111200.390.440.226.1444.4461.18
HexC879700272C1662c3d
Octal310171160047542665475
Binary1100100011110011110000010011110110010110110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87970; }

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

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

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

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

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

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

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

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