Shades of Charm #C86C84
Tints of Charm #C86C84
RGB
CMYK
RGB Variations
Color information
#C86C84 (or 0xC86C84) is known color: Charm. HEX triplet: C8, 6C and 84. RGB value is (200,108,132). Sum of RGB (Red+Green+Blue) = 200+108+132=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86C84 is #37937B. Grayscale: #8A8A8A. Windows color (decimal): -3642236 or 8678600. OLE color: 8678600.
HSL color Cylindrical-coordinate representation of color #C86C84: hue angle of 344.35º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86C84 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 132 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.22 |
| HSL | 344.35º | 0.46% | 0.6% | - |
| HSV(B) | 344.35º | 0.46% | 0.78% | - |
| XYZ | 33.35 | 24.67 | 24.83 | - |
| YUV | 138.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 132 | 0 | 0.46 | 0.34 | 0.22 | 344.35 | 0.46 | 0.6 |
| Hex | C8 | 6C | 84 | 0 | 2E | 22 | 16 | 158 | 2E | 3C |
| Octal | 310 | 154 | 204 | 0 | 56 | 42 | 26 | 530 | 56 | 74 |
| Binary | 11001000 | 1101100 | 10000100 | 0 | 101110 | 100010 | 10110 | 101011000 | 101110 | 111100 |
Color Harmonies of #C86C84
Complementary color
Monochromatic Colors of #C86C84
Black with #C86C84
Text Example
Text Example
White with #C86C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C84; }
p { color: rgb(200,108,132); }
H1.HeaderClassName
{
color: #C86C84;
}
.AnyTagClassName
{
color: #C86C84;
}
</style>
background-color css
<style>
a { background-color: #C86C84; }
a { background-color: rgb(200,108,132); }
div.DivClassName
{
background-color: #C86C84;
}
.BgClassName
{
background-color: #C86C84;
}
</style>
border-color css
<style>
span { border-color: #C86C84; }
span { border-color: rgb(200,108,132); }
td.TdClassName
{
border-color: #C86C84;
}
.TagClassName
{
border-color: #C86C84;
}
</style>