#C96C69

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

Shades of Contessa #C96C69

Tints of Contessa #C96C69

Color information

#C96C69 (or 0xC96C69) is unknown color: approx Contessa. HEX triplet: C9, 6C and 69. RGB value is (201,108,105). Sum of RGB (Red+Green+Blue) = 201+108+105=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96C69 is #369396. Grayscale: #878787. Windows color (decimal): -3576727 or 6909129. OLE color: 6909129.

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

Color convert

RGB201108105-
CMYK00.460.480.21
HSL1.88º47.06%60%-
HSV(B)1.88º47.76%78.82%-
XYZ3224.1616.34-
YUV135.46110.81174.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.55%
GREEN value IS 108 (42.58% from 255) = 26.09%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=48.55%
G=26.09%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110810500.460.480.211.8847.0660
HexC96C6902E301522f3c
Octal311154151056602525774
Binary110010011101100110100101011101100001010110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96C69; }

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

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

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

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

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

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

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

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