Shades of Charm #C86982
Tints of Charm #C86982
RGB
CMYK
RGB Variations
Color information
#C86982 (or 0xC86982) is known color: Charm. HEX triplet: C8, 69 and 82. RGB value is (200,105,130). Sum of RGB (Red+Green+Blue) = 200+105+130=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C86982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86982 is #37967D. Grayscale: #888888. Windows color (decimal): -3643006 or 8546760. OLE color: 8546760.
HSL color Cylindrical-coordinate representation of color #C86982: hue angle of 344.21º degrees, saturation: 0.46, 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 #C86982 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 130 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.22 |
| HSL | 344.21º | 0.46% | 0.6% | - |
| HSV(B) | 344.21º | 0.48% | 0.78% | - |
| XYZ | 32.9 | 23.99 | 24.02 | - |
| YUV | 136.26 | 124.47 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 130 | 0 | 0.48 | 0.35 | 0.22 | 344.21 | 0.46 | 0.6 |
| Hex | C8 | 69 | 82 | 0 | 30 | 23 | 16 | 158 | 2E | 3C |
| Octal | 310 | 151 | 202 | 0 | 60 | 43 | 26 | 530 | 56 | 74 |
| Binary | 11001000 | 1101001 | 10000010 | 0 | 110000 | 100011 | 10110 | 101011000 | 101110 | 111100 |
Color Harmonies of #C86982
Complementary color
Monochromatic Colors of #C86982
Black with #C86982
Text Example
Text Example
White with #C86982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86982; }
p { color: rgb(200,105,130); }
H1.HeaderClassName
{
color: #C86982;
}
.AnyTagClassName
{
color: #C86982;
}
</style>
background-color css
<style>
a { background-color: #C86982; }
a { background-color: rgb(200,105,130); }
div.DivClassName
{
background-color: #C86982;
}
.BgClassName
{
background-color: #C86982;
}
</style>
border-color css
<style>
span { border-color: #C86982; }
span { border-color: rgb(200,105,130); }
td.TdClassName
{
border-color: #C86982;
}
.TagClassName
{
border-color: #C86982;
}
</style>