#C97A71

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

Shades of Contessa #C97A71

Tints of Contessa #C97A71

Color information

#C97A71 (or 0xC97A71) is unknown color: approx Contessa. HEX triplet: C9, 7A and 71. RGB value is (201,122,113). Sum of RGB (Red+Green+Blue) = 201+122+113=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97A71 is #36858E. Grayscale: #909090. Windows color (decimal): -3573135 or 7437001. OLE color: 7437001.

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

Color convert

RGB201122113-
CMYK00.390.440.21
HSL6.14º44.9%61.57%-
HSV(B)6.14º43.78%78.82%-
XYZ34.0327.5319.14-
YUV144.6110.17168.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.10%
GREEN value IS 122 (48.05% from 255) = 27.98%
BLUE value IS 113 (44.53% from 255) = 25.92%
R=46.10%
G=27.98%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112211300.390.440.216.1444.961.57
HexC97A710272C1562d3e
Octal311172161047542565576
Binary1100100111110101110001010011110110010101110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97A71; }

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

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

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

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

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

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

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

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