#C96964

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

Shades of Contessa #C96964

Tints of Contessa #C96964

Color information

#C96964 (or 0xC96964) is unknown color: approx Contessa. HEX triplet: C9, 69 and 64. RGB value is (201,105,100). Sum of RGB (Red+Green+Blue) = 201+105+100=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C96964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96964 is #36969B. Grayscale: #858585. Windows color (decimal): -3577500 or 6580681. OLE color: 6580681.

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

Color convert

RGB201105100-
CMYK00.480.500.21
HSL2.97º48.33%59.02%-
HSV(B)2.97º50.25%78.82%-
XYZ31.4423.4414.92-
YUV133.13109.3176.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.51%
GREEN value IS 105 (41.41% from 255) = 25.86%
BLUE value IS 100 (39.45% from 255) = 24.63%
R=49.51%
G=25.86%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110510000.480.500.212.9748.3359.02
HexC9696403032153303b
Octal311151144060622536073
Binary110010011101001110010001100001100101010111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96964; }

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

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

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

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

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

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

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

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