#c96e6e

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

Shades of Contessa #C96E6E

Tints of Contessa #C96E6E

Color information

#C96E6E (or 0xC96E6E) is unknown color: approx Contessa. HEX triplet: C9, 6E and 6E. RGB value is (201,110,110). Sum of RGB (Red+Green+Blue) = 201+110+110=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96E6E is #369191. Grayscale: #898989. Windows color (decimal): -3576210 or 7237321. OLE color: 7237321.

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

Color convert

RGB201110110-
CMYK00.450.450.21
HSL45.73%60.98%-
HSV(B)45.27%78.82%-
XYZ32.4824.717.81-
YUV137.21112.65173.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.74%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 110 (43.36% from 255) = 26.13%
R=47.74%
G=26.13%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111011000.450.450.21045.7360.98
HexC96E6E02D2D1502e3d
Octal311156156055552505675
Binary11001001110111011011100101101101101101010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c96e6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c96e6e; }

 p { color: rgb(201,110,110); }

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

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

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

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

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

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

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