#C96E6B

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

Shades of Contessa #C96E6B

Tints of Contessa #C96E6B

Color information

#C96E6B (or 0xC96E6B) is unknown color: approx Contessa. HEX triplet: C9, 6E and 6B. RGB value is (201,110,107). Sum of RGB (Red+Green+Blue) = 201+110+107=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96E6B is #369194. Grayscale: #888888. Windows color (decimal): -3576213 or 7040713. OLE color: 7040713.

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

Color convert

RGB201110107-
CMYK00.450.470.21
HSL1.91º46.53%60.39%-
HSV(B)1.91º46.77%78.82%-
XYZ32.3224.6316.96-
YUV136.87111.15173.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.09%
GREEN value IS 110 (43.36% from 255) = 26.32%
BLUE value IS 107 (42.19% from 255) = 25.60%
R=48.09%
G=26.32%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111010700.450.470.211.9146.5360.39
HexC96E6B02D2F1522f3c
Octal311156153055572525774
Binary110010011101110110101101011011011111010110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96E6B; }

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

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

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

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

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

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

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

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