#C96B65

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

Shades of Contessa #C96B65

Tints of Contessa #C96B65

Color information

#C96B65 (or 0xC96B65) is unknown color: approx Contessa. HEX triplet: C9, 6B and 65. RGB value is (201,107,101). Sum of RGB (Red+Green+Blue) = 201+107+101=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96B65 is #36949A. Grayscale: #868686. Windows color (decimal): -3576987 or 6646729. OLE color: 6646729.

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

Color convert

RGB201107101-
CMYK00.470.500.21
HSL3.6º48.08%59.22%-
HSV(B)3.6º49.75%78.82%-
XYZ31.6923.8715.25-
YUV134.42109.14175.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.14%
GREEN value IS 107 (42.19% from 255) = 26.16%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=49.14%
G=26.16%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110710100.470.500.213.648.0859.22
HexC96B6502F32154303b
Octal311153145057622546073
Binary1100100111010111100101010111111001010101100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96B65; }

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

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

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

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

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

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

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

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