#C96E86

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

Shades of Charm #C96E86

Tints of Charm #C96E86

Color information

#C96E86 (or 0xC96E86) is unknown color: approx Charm. HEX triplet: C9, 6E and 86. RGB value is (201,110,134). Sum of RGB (Red+Green+Blue) = 201+110+134=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96E86 is #369179. Grayscale: #8B8B8B. Windows color (decimal): -3576186 or 8810185. OLE color: 8810185.

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

Color convert

RGB201110134-
CMYK00.450.330.21
HSL344.18º45.73%60.98%-
HSV(B)344.18º45.27%78.82%-
XYZ33.9725.2925.65-
YUV139.94124.65171.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.17%
GREEN value IS 110 (43.36% from 255) = 24.72%
BLUE value IS 134 (52.73% from 255) = 30.11%
R=45.17%
G=24.72%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111013400.450.330.21344.1845.7360.98
HexC96E8602D21151582e3d
Octal31115620605541255305675
Binary11001001110111010000110010110110000110101101011000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96E86; }

 p { color: rgb(201,110,134); }

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

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

 a { background-color: rgb(201,110,134); }

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

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

 span { border-color: rgb(201,110,134); }

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