Shades of Charm #C86980
Tints of Charm #C86980
RGB
CMYK
RGB Variations
Color information
#C86980 (or 0xC86980) is known color: Charm. HEX triplet: C8, 69 and 80. RGB value is (200,105,128). Sum of RGB (Red+Green+Blue) = 200+105+128=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C86980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86980 is #37967F. Grayscale: #888888. Windows color (decimal): -3643008 or 8415688. OLE color: 8415688.
HSL color Cylindrical-coordinate representation of color #C86980: hue angle of 345.47º 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 #C86980 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 128 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.22 |
| HSL | 345.47º | 0.46% | 0.6% | - |
| HSV(B) | 345.47º | 0.48% | 0.78% | - |
| XYZ | 32.77 | 23.94 | 23.32 | - |
| YUV | 136.03 | 123.47 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 128 | 0 | 0.48 | 0.36 | 0.22 | 345.47 | 0.46 | 0.6 |
| Hex | C8 | 69 | 80 | 0 | 30 | 24 | 16 | 159 | 2E | 3C |
| Octal | 310 | 151 | 200 | 0 | 60 | 44 | 26 | 531 | 56 | 74 |
| Binary | 11001000 | 1101001 | 10000000 | 0 | 110000 | 100100 | 10110 | 101011001 | 101110 | 111100 |
Color Harmonies of #C86980
Complementary color
Monochromatic Colors of #C86980
Black with #C86980
Text Example
Text Example
White with #C86980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86980; }
p { color: rgb(200,105,128); }
H1.HeaderClassName
{
color: #C86980;
}
.AnyTagClassName
{
color: #C86980;
}
</style>
background-color css
<style>
a { background-color: #C86980; }
a { background-color: rgb(200,105,128); }
div.DivClassName
{
background-color: #C86980;
}
.BgClassName
{
background-color: #C86980;
}
</style>
border-color css
<style>
span { border-color: #C86980; }
span { border-color: rgb(200,105,128); }
td.TdClassName
{
border-color: #C86980;
}
.TagClassName
{
border-color: #C86980;
}
</style>