Shades of Charm #C9647F
Tints of Charm #C9647F
RGB
CMYK
RGB Variations
Color information
#C9647F (or 0xC9647F) is known color: Charm. HEX triplet: C9, 64 and 7F. RGB value is (201,100,127). Sum of RGB (Red+Green+Blue) = 201+100+127=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C9647F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9647F is #369B80. Grayscale: #858585. Windows color (decimal): -3578753 or 8348873. OLE color: 8348873.
HSL color Cylindrical-coordinate representation of color #C9647F: hue angle of 343.96º 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 #C9647F is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 127 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.21 |
| HSL | 343.96º | 0.48% | 0.59% | - |
| HSV(B) | 343.96º | 0.5% | 0.79% | - |
| XYZ | 32.48 | 23.06 | 22.82 | - |
| YUV | 133.28 | 124.46 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 127 | 0 | 0.50 | 0.37 | 0.21 | 343.96 | 0.48 | 0.59 |
| Hex | C9 | 64 | 7F | 0 | 32 | 25 | 15 | 158 | 30 | 3B |
| Octal | 311 | 144 | 177 | 0 | 62 | 45 | 25 | 530 | 60 | 73 |
| Binary | 11001001 | 1100100 | 1111111 | 0 | 110010 | 100101 | 10101 | 101011000 | 110000 | 111011 |
Color Harmonies of #C9647F
Complementary color
Monochromatic Colors of #C9647F
Black with #C9647F
Text Example
Text Example
White with #C9647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9647F; }
p { color: rgb(201,100,127); }
H1.HeaderClassName
{
color: #C9647F;
}
.AnyTagClassName
{
color: #C9647F;
}
</style>
background-color css
<style>
a { background-color: #C9647F; }
a { background-color: rgb(201,100,127); }
div.DivClassName
{
background-color: #C9647F;
}
.BgClassName
{
background-color: #C9647F;
}
</style>
border-color css
<style>
span { border-color: #C9647F; }
span { border-color: rgb(201,100,127); }
td.TdClassName
{
border-color: #C9647F;
}
.TagClassName
{
border-color: #C9647F;
}
</style>