#C96F63

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

Shades of Contessa #C96F63

Tints of Contessa #C96F63

Color information

#C96F63 (or 0xC96F63) is unknown color: approx Contessa. HEX triplet: C9, 6F and 63. RGB value is (201,111,99). Sum of RGB (Red+Green+Blue) = 201+111+99=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F63 is #36909C. Grayscale: #888888. Windows color (decimal): -3575965 or 6516681. OLE color: 6516681.

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

Color convert

RGB20111199-
CMYK00.450.510.21
HSL7.06º48.57%58.82%-
HSV(B)7.06º50.75%78.82%-
XYZ32.0224.6914.88-
YUV136.54106.82173.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.91%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 99 (39.06% from 255) = 24.09%
R=48.91%
G=27.01%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011119900.450.510.217.0648.5758.82
HexC96F6302D33157313b
Octal311157143055632576173
Binary1100100111011111100011010110111001110101111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96F63; }

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

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

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

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

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

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

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

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