#C87D72

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

Shades of Contessa #C87D72

Tints of Contessa #C87D72

Color information

#C87D72 (or 0xC87D72) is unknown color: approx Contessa. HEX triplet: C8, 7D and 72. RGB value is (200,125,114). Sum of RGB (Red+Green+Blue) = 200+125+114=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87D72 is #37828D. Grayscale: #929292. Windows color (decimal): -3637902 or 7503304. OLE color: 7503304.

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

Color convert

RGB200125114-
CMYK00.380.430.22
HSL7.67º43.88%61.57%-
HSV(B)7.67º43%78.43%-
XYZ34.1928.1619.55-
YUV146.17109.85166.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.56%
GREEN value IS 125 (49.22% from 255) = 28.47%
BLUE value IS 114 (44.92% from 255) = 25.97%
R=45.56%
G=28.47%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012511400.380.430.227.6743.8861.57
HexC87D720262B1682c3e
Octal3101751620465326105476
Binary11001000111110111100100100110101011101101000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87D72; }

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

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

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

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

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

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

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

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