#C96D77

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

Shades of Charm #C96D77

Tints of Charm #C96D77

Color information

#C96D77 (or 0xC96D77) is unknown color: approx Charm. HEX triplet: C9, 6D and 77. RGB value is (201,109,119). Sum of RGB (Red+Green+Blue) = 201+109+119=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D77 is #369288. Grayscale: #898989. Windows color (decimal): -3576457 or 7826889. OLE color: 7826889.

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

Color convert

RGB201109119-
CMYK00.460.410.21
HSL353.48º46%60.78%-
HSV(B)353.48º45.77%78.82%-
XYZ32.8924.6920.48-
YUV137.65117.48173.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.85%
GREEN value IS 109 (42.97% from 255) = 25.41%
BLUE value IS 119 (46.88% from 255) = 27.74%
R=46.85%
G=25.41%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110911900.460.410.21353.484660.78
HexC96D7702E29151612e3d
Octal31115516705651255415675
Binary1100100111011011110111010111010100110101101100001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96D77; }

 p { color: rgb(201,109,119); }

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

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

 a { background-color: rgb(201,109,119); }

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

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

 span { border-color: rgb(201,109,119); }

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