Shades of Charm #C8647E
Tints of Charm #C8647E
RGB
CMYK
RGB Variations
Color information
#C8647E (or 0xC8647E) is known color: Charm. HEX triplet: C8, 64 and 7E. RGB value is (200,100,126). Sum of RGB (Red+Green+Blue) = 200+100+126=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8647E is #379B81. Grayscale: #848484. Windows color (decimal): -3644290 or 8283336. OLE color: 8283336.
HSL color Cylindrical-coordinate representation of color #C8647E: hue angle of 344.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8647E is Cyan = 0, Magento = 0.5, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 126 | - |
| CMYK | 0 | 0.5 | 0.37 | 0.22 |
| HSL | 344.4º | 0.48% | 0.59% | - |
| HSV(B) | 344.4º | 0.5% | 0.78% | - |
| XYZ | 32.14 | 22.9 | 22.46 | - |
| YUV | 132.86 | 124.13 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 126 | 0 | 0.5 | 0.37 | 0.22 | 344.4 | 0.48 | 0.59 |
| Hex | C8 | 64 | 7E | 0 | 32 | 25 | 16 | 158 | 30 | 3B |
| Octal | 310 | 144 | 176 | 0 | 62 | 45 | 26 | 530 | 60 | 73 |
| Binary | 11001000 | 1100100 | 1111110 | 0 | 110010 | 100101 | 10110 | 101011000 | 110000 | 111011 |
Color Harmonies of #C8647E
Complementary color
Monochromatic Colors of #C8647E
Black with #C8647E
Text Example
Text Example
White with #C8647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8647E; }
p { color: rgb(200,100,126); }
H1.HeaderClassName
{
color: #C8647E;
}
.AnyTagClassName
{
color: #C8647E;
}
</style>
background-color css
<style>
a { background-color: #C8647E; }
a { background-color: rgb(200,100,126); }
div.DivClassName
{
background-color: #C8647E;
}
.BgClassName
{
background-color: #C8647E;
}
</style>
border-color css
<style>
span { border-color: #C8647E; }
span { border-color: rgb(200,100,126); }
td.TdClassName
{
border-color: #C8647E;
}
.TagClassName
{
border-color: #C8647E;
}
</style>