#C96D7D

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

Shades of Charm #C96D7D

Tints of Charm #C96D7D

Color information

#C96D7D (or 0xC96D7D) is unknown color: approx Charm. HEX triplet: C9, 6D and 7D. RGB value is (201,109,125). Sum of RGB (Red+Green+Blue) = 201+109+125=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D7D is #369282. Grayscale: #8A8A8A. Windows color (decimal): -3576451 or 8220105. OLE color: 8220105.

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

Color convert

RGB201109125-
CMYK00.460.380.21
HSL349.57º46%60.78%-
HSV(B)349.57º45.77%78.82%-
XYZ33.2624.8422.44-
YUV138.33120.48172.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.21%
GREEN value IS 109 (42.97% from 255) = 25.06%
BLUE value IS 125 (49.22% from 255) = 28.74%
R=46.21%
G=25.06%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110912500.460.380.21349.574660.78
HexC96D7D02E261515e2e3d
Octal31115517505646255365675
Binary1100100111011011111101010111010011010101101011110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96D7D; }

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

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

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

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

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

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

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

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