Shades of Charm #C9647B
Tints of Charm #C9647B
RGB
CMYK
RGB Variations
Color information
#C9647B (or 0xC9647B) is known color: Charm. HEX triplet: C9, 64 and 7B. RGB value is (201,100,123). Sum of RGB (Red+Green+Blue) = 201+100+123=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9647B is #369B84. Grayscale: #848484. Windows color (decimal): -3578757 or 8086729. OLE color: 8086729.
HSL color Cylindrical-coordinate representation of color #C9647B: hue angle of 346.34º 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 #C9647B is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 123 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.21 |
| HSL | 346.34º | 0.48% | 0.59% | - |
| HSV(B) | 346.34º | 0.5% | 0.79% | - |
| XYZ | 32.22 | 22.96 | 21.47 | - |
| YUV | 132.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 123 | 0 | 0.50 | 0.39 | 0.21 | 346.34 | 0.48 | 0.59 |
| Hex | C9 | 64 | 7B | 0 | 32 | 27 | 15 | 15A | 30 | 3B |
| Octal | 311 | 144 | 173 | 0 | 62 | 47 | 25 | 532 | 60 | 73 |
| Binary | 11001001 | 1100100 | 1111011 | 0 | 110010 | 100111 | 10101 | 101011010 | 110000 | 111011 |
Color Harmonies of #C9647B
Complementary color
Monochromatic Colors of #C9647B
Black with #C9647B
Text Example
Text Example
White with #C9647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9647B; }
p { color: rgb(201,100,123); }
H1.HeaderClassName
{
color: #C9647B;
}
.AnyTagClassName
{
color: #C9647B;
}
</style>
background-color css
<style>
a { background-color: #C9647B; }
a { background-color: rgb(201,100,123); }
div.DivClassName
{
background-color: #C9647B;
}
.BgClassName
{
background-color: #C9647B;
}
</style>
border-color css
<style>
span { border-color: #C9647B; }
span { border-color: rgb(201,100,123); }
td.TdClassName
{
border-color: #C9647B;
}
.TagClassName
{
border-color: #C9647B;
}
</style>