#C97872

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

Shades of Contessa #C97872

Tints of Contessa #C97872

Color information

#C97872 (or 0xC97872) is unknown color: approx Contessa. HEX triplet: C9, 78 and 72. RGB value is (201,120,114). Sum of RGB (Red+Green+Blue) = 201+120+114=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C97872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97872 is #36878D. Grayscale: #8F8F8F. Windows color (decimal): -3573646 or 7502025. OLE color: 7502025.

HSL color Cylindrical-coordinate representation of color #C97872: hue angle of 4.14º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97872 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB201120114-
CMYK00.400.430.21
HSL4.14º44.62%61.76%-
HSV(B)4.14º43.28%78.82%-
XYZ33.8427.0719.36-
YUV143.54111.34168.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.21%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=46.21%
G=27.59%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112011400.400.430.214.1444.6261.76
HexC978720282B1542d3e
Octal311170162050532545576
Binary1100100111110001110010010100010101110101100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97872; }

 p { color: rgb(201,120,114); }

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

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

 a { background-color: rgb(201,120,114); }

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

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

 span { border-color: rgb(201,120,114); }

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