#C96A62

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

Shades of Contessa #C96A62

Tints of Contessa #C96A62

Color information

#C96A62 (or 0xC96A62) is unknown color: approx Contessa. HEX triplet: C9, 6A and 62. RGB value is (201,106,98). Sum of RGB (Red+Green+Blue) = 201+106+98=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96A62 is #36959D. Grayscale: #858585. Windows color (decimal): -3577246 or 6449865. OLE color: 6449865.

HSL color Cylindrical-coordinate representation of color #C96A62: hue angle of 4.66º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96A62 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB20110698-
CMYK00.470.510.21
HSL4.66º48.82%58.63%-
HSV(B)4.66º51.24%78.82%-
XYZ31.4523.6114.45-
YUV133.49107.97176.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.63%
GREEN value IS 106 (41.80% from 255) = 26.17%
BLUE value IS 98 (38.67% from 255) = 24.20%
R=49.63%
G=26.17%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011069800.470.510.214.6648.8258.63
HexC96A6202F33155313b
Octal311152142057632556173
Binary1100100111010101100010010111111001110101101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96A62; }

 p { color: rgb(201,106,98); }

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

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

 a { background-color: rgb(201,106,98); }

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

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

 span { border-color: rgb(201,106,98); }

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