#C96F6A

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

Shades of Contessa #C96F6A

Tints of Contessa #C96F6A

Color information

#C96F6A (or 0xC96F6A) is unknown color: approx Contessa. HEX triplet: C9, 6F and 6A. RGB value is (201,111,106). Sum of RGB (Red+Green+Blue) = 201+111+106=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F6A is #369095. Grayscale: #898989. Windows color (decimal): -3575958 or 6975433. OLE color: 6975433.

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

Color convert

RGB201111106-
CMYK00.450.470.21
HSL3.16º46.8%60.2%-
HSV(B)3.16º47.26%78.82%-
XYZ32.3724.8316.72-
YUV137.34110.32173.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.09%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 106 (41.80% from 255) = 25.36%
R=48.09%
G=26.56%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111110600.450.470.213.1646.860.2
HexC96F6A02D2F1532f3c
Octal311157152055572535774
Binary110010011101111110101001011011011111010111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96F6A; }

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

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

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

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

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

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

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

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