Shades of Charm #C86A83
Tints of Charm #C86A83
RGB
CMYK
RGB Variations
Color information
#C86A83 (or 0xC86A83) is known color: Charm. HEX triplet: C8, 6A and 83. RGB value is (200,106,131). Sum of RGB (Red+Green+Blue) = 200+106+131=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86A83 is #37957C. Grayscale: #888888. Windows color (decimal): -3642749 or 8612552. OLE color: 8612552.
HSL color Cylindrical-coordinate representation of color #C86A83: hue angle of 344.04º 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 #C86A83 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 131 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.22 |
| HSL | 344.04º | 0.46% | 0.6% | - |
| HSV(B) | 344.04º | 0.47% | 0.78% | - |
| XYZ | 33.07 | 24.23 | 24.41 | - |
| YUV | 136.96 | 124.64 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 131 | 0 | 0.47 | 0.34 | 0.22 | 344.04 | 0.46 | 0.6 |
| Hex | C8 | 6A | 83 | 0 | 2F | 22 | 16 | 158 | 2E | 3C |
| Octal | 310 | 152 | 203 | 0 | 57 | 42 | 26 | 530 | 56 | 74 |
| Binary | 11001000 | 1101010 | 10000011 | 0 | 101111 | 100010 | 10110 | 101011000 | 101110 | 111100 |
Color Harmonies of #C86A83
Complementary color
Monochromatic Colors of #C86A83
Black with #C86A83
Text Example
Text Example
White with #C86A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86A83; }
p { color: rgb(200,106,131); }
H1.HeaderClassName
{
color: #C86A83;
}
.AnyTagClassName
{
color: #C86A83;
}
</style>
background-color css
<style>
a { background-color: #C86A83; }
a { background-color: rgb(200,106,131); }
div.DivClassName
{
background-color: #C86A83;
}
.BgClassName
{
background-color: #C86A83;
}
</style>
border-color css
<style>
span { border-color: #C86A83; }
span { border-color: rgb(200,106,131); }
td.TdClassName
{
border-color: #C86A83;
}
.TagClassName
{
border-color: #C86A83;
}
</style>