#C96C63

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

Shades of Contessa #C96C63

Tints of Contessa #C96C63

Color information

#C96C63 (or 0xC96C63) is unknown color: approx Contessa. HEX triplet: C9, 6C and 63. RGB value is (201,108,99). Sum of RGB (Red+Green+Blue) = 201+108+99=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 99 (39.06% from 255 or 24.26% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96C63 is #36939C. Grayscale: #868686. Windows color (decimal): -3576733 or 6515913. OLE color: 6515913.

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

Color convert

RGB20110899-
CMYK00.460.510.21
HSL5.29º48.57%58.82%-
HSV(B)5.29º50.75%78.82%-
XYZ31.724.0414.77-
YUV134.78107.81175.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.26%
GREEN value IS 108 (42.58% from 255) = 26.47%
BLUE value IS 99 (39.06% from 255) = 24.26%
R=49.26%
G=26.47%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011089900.460.510.215.2948.5758.82
HexC96C6302E33155313b
Octal311154143056632556173
Binary1100100111011001100011010111011001110101101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96C63; }

 p { color: rgb(201,108,99); }

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

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

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

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

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

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

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