Shades of Charm #C86884
Tints of Charm #C86884
RGB
CMYK
RGB Variations
Color information
#C86884 (or 0xC86884) is known color: Charm. HEX triplet: C8, 68 and 84. RGB value is (200,104,132). Sum of RGB (Red+Green+Blue) = 200+104+132=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C86884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86884 is #37977B. Grayscale: #878787. Windows color (decimal): -3643260 or 8677576. OLE color: 8677576.
HSL color Cylindrical-coordinate representation of color #C86884: hue angle of 342.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86884 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 132 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.22 |
| HSL | 342.5º | 0.47% | 0.6% | - |
| HSV(B) | 342.5º | 0.48% | 0.78% | - |
| XYZ | 32.93 | 23.85 | 24.7 | - |
| YUV | 135.9 | 125.8 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 132 | 0 | 0.48 | 0.34 | 0.22 | 342.5 | 0.47 | 0.6 |
| Hex | C8 | 68 | 84 | 0 | 30 | 22 | 16 | 156 | 2F | 3C |
| Octal | 310 | 150 | 204 | 0 | 60 | 42 | 26 | 526 | 57 | 74 |
| Binary | 11001000 | 1101000 | 10000100 | 0 | 110000 | 100010 | 10110 | 101010110 | 101111 | 111100 |
Color Harmonies of #C86884
Complementary color
Monochromatic Colors of #C86884
Black with #C86884
Text Example
Text Example
White with #C86884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86884; }
p { color: rgb(200,104,132); }
H1.HeaderClassName
{
color: #C86884;
}
.AnyTagClassName
{
color: #C86884;
}
</style>
background-color css
<style>
a { background-color: #C86884; }
a { background-color: rgb(200,104,132); }
div.DivClassName
{
background-color: #C86884;
}
.BgClassName
{
background-color: #C86884;
}
</style>
border-color css
<style>
span { border-color: #C86884; }
span { border-color: rgb(200,104,132); }
td.TdClassName
{
border-color: #C86884;
}
.TagClassName
{
border-color: #C86884;
}
</style>