#C96E75

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

Shades of Charm #C96E75

Tints of Charm #C96E75

Color information

#C96E75 (or 0xC96E75) is unknown color: approx Charm. HEX triplet: C9, 6E and 75. RGB value is (201,110,117). Sum of RGB (Red+Green+Blue) = 201+110+117=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96E75 is #36918A. Grayscale: #8A8A8A. Windows color (decimal): -3576203 or 7696073. OLE color: 7696073.

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

Color convert

RGB201110117-
CMYK00.450.420.21
HSL355.38º45.73%60.98%-
HSV(B)355.38º45.27%78.82%-
XYZ32.8724.8519.89-
YUV138.01116.15172.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.96%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 117 (46.09% from 255) = 27.34%
R=46.96%
G=25.70%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111011700.450.420.21355.3845.7360.98
HexC96E7502D2A151632e3d
Octal31115616505552255435675
Binary1100100111011101110101010110110101010101101100011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96E75; }

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

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

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

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

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

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

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

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