Shades of Charm #C86A81
Tints of Charm #C86A81
RGB
CMYK
RGB Variations
Color information
#C86A81 (or 0xC86A81) is known color: Charm. HEX triplet: C8, 6A and 81. RGB value is (200,106,129). Sum of RGB (Red+Green+Blue) = 200+106+129=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86A81 is #37957E. Grayscale: #888888. Windows color (decimal): -3642751 or 8481480. OLE color: 8481480.
HSL color Cylindrical-coordinate representation of color #C86A81: hue angle of 345.32º 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 #C86A81 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 129 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.22 |
| HSL | 345.32º | 0.46% | 0.6% | - |
| HSV(B) | 345.32º | 0.47% | 0.78% | - |
| XYZ | 32.94 | 24.17 | 23.7 | - |
| YUV | 136.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 129 | 0 | 0.47 | 0.36 | 0.22 | 345.32 | 0.46 | 0.6 |
| Hex | C8 | 6A | 81 | 0 | 2F | 24 | 16 | 159 | 2E | 3C |
| Octal | 310 | 152 | 201 | 0 | 57 | 44 | 26 | 531 | 56 | 74 |
| Binary | 11001000 | 1101010 | 10000001 | 0 | 101111 | 100100 | 10110 | 101011001 | 101110 | 111100 |
Color Harmonies of #C86A81
Complementary color
Monochromatic Colors of #C86A81
Black with #C86A81
Text Example
Text Example
White with #C86A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86A81; }
p { color: rgb(200,106,129); }
H1.HeaderClassName
{
color: #C86A81;
}
.AnyTagClassName
{
color: #C86A81;
}
</style>
background-color css
<style>
a { background-color: #C86A81; }
a { background-color: rgb(200,106,129); }
div.DivClassName
{
background-color: #C86A81;
}
.BgClassName
{
background-color: #C86A81;
}
</style>
border-color css
<style>
span { border-color: #C86A81; }
span { border-color: rgb(200,106,129); }
td.TdClassName
{
border-color: #C86A81;
}
.TagClassName
{
border-color: #C86A81;
}
</style>