#c96b7d

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

Shades of Charm #C96B7D

Tints of Charm #C96B7D

Color information

#C96B7D (or 0xC96B7D) is unknown color: approx Charm. HEX triplet: C9, 6B and 7D. RGB value is (201,107,125). Sum of RGB (Red+Green+Blue) = 201+107+125=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96B7D is #369482. Grayscale: #898989. Windows color (decimal): -3576963 or 8219593. OLE color: 8219593.

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

Color convert

RGB201107125-
CMYK00.470.380.21
HSL348.51º46.53%60.39%-
HSV(B)348.51º46.77%78.82%-
XYZ33.0524.4122.37-
YUV137.16121.14173.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.42%
GREEN value IS 107 (42.19% from 255) = 24.71%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=46.42%
G=24.71%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110712500.470.380.21348.5146.5360.39
HexC96B7D02F261515d2f3c
Octal31115317505746255355774
Binary1100100111010111111101010111110011010101101011101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c96b7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c96b7d; }

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

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

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

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

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

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

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

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