#C96F65

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

Shades of Contessa #C96F65

Tints of Contessa #C96F65

Color information

#C96F65 (or 0xC96F65) is unknown color: approx Contessa. HEX triplet: C9, 6F and 65. RGB value is (201,111,101). Sum of RGB (Red+Green+Blue) = 201+111+101=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F65 is #36909A. Grayscale: #888888. Windows color (decimal): -3575963 or 6647753. OLE color: 6647753.

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

Color convert

RGB201111101-
CMYK00.450.500.21
HSL48.08%59.22%-
HSV(B)49.75%78.82%-
XYZ32.1224.7315.39-
YUV136.77107.82173.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.67%
GREEN value IS 111 (43.75% from 255) = 26.88%
BLUE value IS 101 (39.84% from 255) = 24.46%
R=48.67%
G=26.88%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111110100.450.500.21648.0859.22
HexC96F6502D32156303b
Octal311157145055622566073
Binary1100100111011111100101010110111001010101110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96F65; }

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

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

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

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

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

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

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

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