Shades of Charm #C86280
Tints of Charm #C86280
RGB
CMYK
RGB Variations
Color information
#C86280 (or 0xC86280) is known color: Charm. HEX triplet: C8, 62 and 80. RGB value is (200,98,128). Sum of RGB (Red+Green+Blue) = 200+98+128=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C86280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86280 is #379D7F. Grayscale: #838383. Windows color (decimal): -3644800 or 8413896. OLE color: 8413896.
HSL color Cylindrical-coordinate representation of color #C86280: hue angle of 342.35º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86280 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 128 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.22 |
| HSL | 342.35º | 0.48% | 0.58% | - |
| HSV(B) | 342.35º | 0.51% | 0.78% | - |
| XYZ | 32.08 | 22.57 | 23.09 | - |
| YUV | 131.92 | 125.79 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 128 | 0 | 0.51 | 0.36 | 0.22 | 342.35 | 0.48 | 0.58 |
| Hex | C8 | 62 | 80 | 0 | 33 | 24 | 16 | 156 | 30 | 3A |
| Octal | 310 | 142 | 200 | 0 | 63 | 44 | 26 | 526 | 60 | 72 |
| Binary | 11001000 | 1100010 | 10000000 | 0 | 110011 | 100100 | 10110 | 101010110 | 110000 | 111010 |
Color Harmonies of #C86280
Complementary color
Monochromatic Colors of #C86280
Black with #C86280
Text Example
Text Example
White with #C86280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86280; }
p { color: rgb(200,98,128); }
H1.HeaderClassName
{
color: #C86280;
}
.AnyTagClassName
{
color: #C86280;
}
</style>
background-color css
<style>
a { background-color: #C86280; }
a { background-color: rgb(200,98,128); }
div.DivClassName
{
background-color: #C86280;
}
.BgClassName
{
background-color: #C86280;
}
</style>
border-color css
<style>
span { border-color: #C86280; }
span { border-color: rgb(200,98,128); }
td.TdClassName
{
border-color: #C86280;
}
.TagClassName
{
border-color: #C86280;
}
</style>