Shades of Charm #C86C78
Tints of Charm #C86C78
RGB
CMYK
RGB Variations
Color information
#C86C78 (or 0xC86C78) is known color: Charm. HEX triplet: C8, 6C and 78. RGB value is (200,108,120). Sum of RGB (Red+Green+Blue) = 200+108+120=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86C78 is #379387. Grayscale: #888888. Windows color (decimal): -3642248 or 7892168. OLE color: 7892168.
HSL color Cylindrical-coordinate representation of color #C86C78: hue angle of 352.17º 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 #C86C78 is Cyan = 0, Magento = 0.46, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 120 | - |
| CMYK | 0 | 0.46 | 0.4 | 0.22 |
| HSL | 352.17º | 0.46% | 0.6% | - |
| HSV(B) | 352.17º | 0.46% | 0.78% | - |
| XYZ | 32.57 | 24.36 | 20.75 | - |
| YUV | 136.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 120 | 0 | 0.46 | 0.4 | 0.22 | 352.17 | 0.46 | 0.6 |
| Hex | C8 | 6C | 78 | 0 | 2E | 28 | 16 | 160 | 2E | 3C |
| Octal | 310 | 154 | 170 | 0 | 56 | 50 | 26 | 540 | 56 | 74 |
| Binary | 11001000 | 1101100 | 1111000 | 0 | 101110 | 101000 | 10110 | 101100000 | 101110 | 111100 |
Color Harmonies of #C86C78
Complementary color
Monochromatic Colors of #C86C78
Black with #C86C78
Text Example
Text Example
White with #C86C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C78; }
p { color: rgb(200,108,120); }
H1.HeaderClassName
{
color: #C86C78;
}
.AnyTagClassName
{
color: #C86C78;
}
</style>
background-color css
<style>
a { background-color: #C86C78; }
a { background-color: rgb(200,108,120); }
div.DivClassName
{
background-color: #C86C78;
}
.BgClassName
{
background-color: #C86C78;
}
</style>
border-color css
<style>
span { border-color: #C86C78; }
span { border-color: rgb(200,108,120); }
td.TdClassName
{
border-color: #C86C78;
}
.TagClassName
{
border-color: #C86C78;
}
</style>