#C96D64

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

Shades of Contessa #C96D64

Tints of Contessa #C96D64

Color information

#C96D64 (or 0xC96D64) is unknown color: approx Contessa. HEX triplet: C9, 6D and 64. RGB value is (201,109,100). Sum of RGB (Red+Green+Blue) = 201+109+100=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D64 is #36929B. Grayscale: #878787. Windows color (decimal): -3576476 or 6581705. OLE color: 6581705.

HSL color Cylindrical-coordinate representation of color #C96D64: hue angle of 5.35º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96D64 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB201109100-
CMYK00.460.500.21
HSL5.35º48.33%59.02%-
HSV(B)5.35º50.25%78.82%-
XYZ31.8624.2715.06-
YUV135.48107.98174.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.02%
GREEN value IS 109 (42.97% from 255) = 26.59%
BLUE value IS 100 (39.45% from 255) = 24.39%
R=49.02%
G=26.59%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110910000.460.500.215.3548.3359.02
HexC96D6402E32155303b
Octal311155144056622556073
Binary1100100111011011100100010111011001010101101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96D64; }

 p { color: rgb(201,109,100); }

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

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

 a { background-color: rgb(201,109,100); }

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

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

 span { border-color: rgb(201,109,100); }

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