#C87A72

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

Shades of Contessa #C87A72

Tints of Contessa #C87A72

Color information

#C87A72 (or 0xC87A72) is unknown color: approx Contessa. HEX triplet: C8, 7A and 72. RGB value is (200,122,114). Sum of RGB (Red+Green+Blue) = 200+122+114=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87A72 is #37858D. Grayscale: #909090. Windows color (decimal): -3638670 or 7502536. OLE color: 7502536.

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

Color convert

RGB200122114-
CMYK00.390.430.22
HSL5.58º43.88%61.57%-
HSV(B)5.58º43%78.43%-
XYZ33.8227.4119.43-
YUV144.41110.84167.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.87%
GREEN value IS 122 (48.05% from 255) = 27.98%
BLUE value IS 114 (44.92% from 255) = 26.15%
R=45.87%
G=27.98%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012211400.390.430.225.5843.8861.57
HexC87A720272B1662c3e
Octal310172162047532665476
Binary1100100011110101110010010011110101110110110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87A72; }

 p { color: rgb(200,122,114); }

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

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

 a { background-color: rgb(200,122,114); }

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

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

 span { border-color: rgb(200,122,114); }

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