#C97974

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

Shades of Contessa #C97974

Tints of Contessa #C97974

Color information

#C97974 (or 0xC97974) is unknown color: approx Contessa. HEX triplet: C9, 79 and 74. RGB value is (201,121,116). Sum of RGB (Red+Green+Blue) = 201+121+116=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C97974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97974 is #36868B. Grayscale: #909090. Windows color (decimal): -3573388 or 7633353. OLE color: 7633353.

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

Color convert

RGB201121116-
CMYK00.400.420.21
HSL3.53º44.04%62.16%-
HSV(B)3.53º42.29%78.82%-
XYZ34.0827.3520.01-
YUV144.35112168.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.89%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 116 (45.70% from 255) = 26.48%
R=45.89%
G=27.63%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112111600.400.420.213.5344.0462.16
HexC979740282A1542c3e
Octal311171164050522545476
Binary1100100111110011110100010100010101010101100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97974; }

 p { color: rgb(201,121,116); }

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

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

 a { background-color: rgb(201,121,116); }

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

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

 span { border-color: rgb(201,121,116); }

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