Shades of Charm #C9647C
Tints of Charm #C9647C
RGB
CMYK
RGB Variations
Color information
#C9647C (or 0xC9647C) is known color: Charm. HEX triplet: C9, 64 and 7C. RGB value is (201,100,124). Sum of RGB (Red+Green+Blue) = 201+100+124=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9647C is #369B83. Grayscale: #848484. Windows color (decimal): -3578756 or 8152265. OLE color: 8152265.
HSL color Cylindrical-coordinate representation of color #C9647C: hue angle of 345.74º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9647C is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 124 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.21 |
| HSL | 345.74º | 0.48% | 0.59% | - |
| HSV(B) | 345.74º | 0.5% | 0.79% | - |
| XYZ | 32.28 | 22.99 | 21.8 | - |
| YUV | 132.94 | 122.96 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 124 | 0 | 0.50 | 0.38 | 0.21 | 345.74 | 0.48 | 0.59 |
| Hex | C9 | 64 | 7C | 0 | 32 | 26 | 15 | 15A | 30 | 3B |
| Octal | 311 | 144 | 174 | 0 | 62 | 46 | 25 | 532 | 60 | 73 |
| Binary | 11001001 | 1100100 | 1111100 | 0 | 110010 | 100110 | 10101 | 101011010 | 110000 | 111011 |
Color Harmonies of #C9647C
Complementary color
Monochromatic Colors of #C9647C
Black with #C9647C
Text Example
Text Example
White with #C9647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9647C; }
p { color: rgb(201,100,124); }
H1.HeaderClassName
{
color: #C9647C;
}
.AnyTagClassName
{
color: #C9647C;
}
</style>
background-color css
<style>
a { background-color: #C9647C; }
a { background-color: rgb(201,100,124); }
div.DivClassName
{
background-color: #C9647C;
}
.BgClassName
{
background-color: #C9647C;
}
</style>
border-color css
<style>
span { border-color: #C9647C; }
span { border-color: rgb(201,100,124); }
td.TdClassName
{
border-color: #C9647C;
}
.TagClassName
{
border-color: #C9647C;
}
</style>