#C97874

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

Shades of Contessa #C97874

Tints of Contessa #C97874

Color information

#C97874 (or 0xC97874) is unknown color: approx Contessa. HEX triplet: C9, 78 and 74. RGB value is (201,120,116). Sum of RGB (Red+Green+Blue) = 201+120+116=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C97874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97874 is #36878B. Grayscale: #8F8F8F. Windows color (decimal): -3573644 or 7633097. OLE color: 7633097.

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

Color convert

RGB201120116-
CMYK00.400.420.21
HSL2.82º44.04%62.16%-
HSV(B)2.82º42.29%78.82%-
XYZ33.9627.1119.97-
YUV143.76112.34168.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.00%
GREEN value IS 120 (47.27% from 255) = 27.46%
BLUE value IS 116 (45.70% from 255) = 26.54%
R=46.00%
G=27.46%
B=26.54%

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
Decimal20112011600.400.420.212.8244.0462.16
HexC978740282A1532c3e
Octal311170164050522535476
Binary110010011111000111010001010001010101010111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97874; }

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

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

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

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

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

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

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

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