Shades of Charm #C86A78
Tints of Charm #C86A78
RGB
CMYK
RGB Variations
Color information
#C86A78 (or 0xC86A78) is known color: Charm. HEX triplet: C8, 6A and 78. RGB value is (200,106,120). Sum of RGB (Red+Green+Blue) = 200+106+120=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86A78 is #379587. Grayscale: #878787. Windows color (decimal): -3642760 or 7891656. OLE color: 7891656.
HSL color Cylindrical-coordinate representation of color #C86A78: hue angle of 351.06º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86A78 is Cyan = 0, Magento = 0.47, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 120 | - |
| CMYK | 0 | 0.47 | 0.4 | 0.22 |
| HSL | 351.06º | 0.46% | 0.6% | - |
| HSV(B) | 351.06º | 0.47% | 0.78% | - |
| XYZ | 32.36 | 23.94 | 20.69 | - |
| YUV | 135.7 | 119.14 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 120 | 0 | 0.47 | 0.4 | 0.22 | 351.06 | 0.46 | 0.6 |
| Hex | C8 | 6A | 78 | 0 | 2F | 28 | 16 | 15F | 2E | 3C |
| Octal | 310 | 152 | 170 | 0 | 57 | 50 | 26 | 537 | 56 | 74 |
| Binary | 11001000 | 1101010 | 1111000 | 0 | 101111 | 101000 | 10110 | 101011111 | 101110 | 111100 |
Color Harmonies of #C86A78
Complementary color
Monochromatic Colors of #C86A78
Black with #C86A78
Text Example
Text Example
White with #C86A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86A78; }
p { color: rgb(200,106,120); }
H1.HeaderClassName
{
color: #C86A78;
}
.AnyTagClassName
{
color: #C86A78;
}
</style>
background-color css
<style>
a { background-color: #C86A78; }
a { background-color: rgb(200,106,120); }
div.DivClassName
{
background-color: #C86A78;
}
.BgClassName
{
background-color: #C86A78;
}
</style>
border-color css
<style>
span { border-color: #C86A78; }
span { border-color: rgb(200,106,120); }
td.TdClassName
{
border-color: #C86A78;
}
.TagClassName
{
border-color: #C86A78;
}
</style>