#C96F6B

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

Shades of Contessa #C96F6B

Tints of Contessa #C96F6B

Color information

#C96F6B (or 0xC96F6B) is unknown color: approx Contessa. HEX triplet: C9, 6F and 6B. RGB value is (201,111,107). Sum of RGB (Red+Green+Blue) = 201+111+107=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F6B is #369094. Grayscale: #898989. Windows color (decimal): -3575957 or 7040969. OLE color: 7040969.

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

Color convert

RGB201111107-
CMYK00.450.470.21
HSL2.55º46.53%60.39%-
HSV(B)2.55º46.77%78.82%-
XYZ32.4324.8517-
YUV137.45110.82173.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.97%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 107 (42.19% from 255) = 25.54%
R=47.97%
G=26.49%
B=25.54%

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
Decimal20111110700.450.470.212.5546.5360.39
HexC96F6B02D2F1532f3c
Octal311157153055572535774
Binary110010011101111110101101011011011111010111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96F6B; }

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

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

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

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

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

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

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

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