#C87973

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

Shades of Contessa #C87973

Tints of Contessa #C87973

Color information

#C87973 (or 0xC87973) is unknown color: approx Contessa. HEX triplet: C8, 79 and 73. RGB value is (200,121,115). Sum of RGB (Red+Green+Blue) = 200+121+115=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C87973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87973 is #37868C. Grayscale: #909090. Windows color (decimal): -3638925 or 7567816. OLE color: 7567816.

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

Color convert

RGB200121115-
CMYK00.390.420.22
HSL4.24º43.59%61.76%-
HSV(B)4.24º42.5%78.43%-
XYZ33.7527.1919.69-
YUV143.94111.67167.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.87%
GREEN value IS 121 (47.66% from 255) = 27.75%
BLUE value IS 115 (45.31% from 255) = 26.38%
R=45.87%
G=27.75%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012111500.390.420.224.2443.5961.76
HexC879730272A1642c3e
Octal310171163047522645476
Binary1100100011110011110011010011110101010110100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87973; }

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

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

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

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

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

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

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

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