#C97A72

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

Shades of Contessa #C97A72

Tints of Contessa #C97A72

Color information

#C97A72 (or 0xC97A72) is unknown color: approx Contessa. HEX triplet: C9, 7A and 72. RGB value is (201,122,114). Sum of RGB (Red+Green+Blue) = 201+122+114=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97A72 is #36858D. Grayscale: #909090. Windows color (decimal): -3573134 or 7502537. OLE color: 7502537.

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

Color convert

RGB201122114-
CMYK00.390.430.21
HSL5.52º44.62%61.76%-
HSV(B)5.52º43.28%78.82%-
XYZ34.0827.5519.44-
YUV144.71110.67168.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.00%
GREEN value IS 122 (48.05% from 255) = 27.92%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=46.00%
G=27.92%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112211400.390.430.215.5244.6261.76
HexC97A720272B1562d3e
Octal311172162047532565576
Binary1100100111110101110010010011110101110101110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97A72; }

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

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

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

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

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

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

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

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