#C87873

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

Shades of Contessa #C87873

Tints of Contessa #C87873

Color information

#C87873 (or 0xC87873) is unknown color: approx Contessa. HEX triplet: C8, 78 and 73. RGB value is (200,120,115). Sum of RGB (Red+Green+Blue) = 200+120+115=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C87873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87873 is #37878C. Grayscale: #8F8F8F. Windows color (decimal): -3639181 or 7567560. OLE color: 7567560.

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

Color convert

RGB200120115-
CMYK00.40.420.22
HSL3.53º43.59%61.76%-
HSV(B)3.53º42.5%78.43%-
XYZ33.6326.9519.65-
YUV143.35112168.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.98%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 115 (45.31% from 255) = 26.44%
R=45.98%
G=27.59%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012011500.40.420.223.5343.5961.76
HexC878730282A1642c3e
Octal310170163050522645476
Binary1100100011110001110011010100010101010110100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87873; }

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

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

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

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

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

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

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

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