Shades of Charm #C86D7E
Tints of Charm #C86D7E
RGB
CMYK
RGB Variations
Color information
#C86D7E (or 0xC86D7E) is known color: Charm. HEX triplet: C8, 6D and 7E. RGB value is (200,109,126). Sum of RGB (Red+Green+Blue) = 200+109+126=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D7E is #379281. Grayscale: #8A8A8A. Windows color (decimal): -3641986 or 8285640. OLE color: 8285640.
HSL color Cylindrical-coordinate representation of color #C86D7E: hue angle of 348.79º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86D7E is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 126 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.22 |
| HSL | 348.79º | 0.45% | 0.61% | - |
| HSV(B) | 348.79º | 0.46% | 0.78% | - |
| XYZ | 33.05 | 24.72 | 22.77 | - |
| YUV | 138.15 | 121.15 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 126 | 0 | 0.46 | 0.37 | 0.22 | 348.79 | 0.45 | 0.61 |
| Hex | C8 | 6D | 7E | 0 | 2E | 25 | 16 | 15D | 2D | 3D |
| Octal | 310 | 155 | 176 | 0 | 56 | 45 | 26 | 535 | 55 | 75 |
| Binary | 11001000 | 1101101 | 1111110 | 0 | 101110 | 100101 | 10110 | 101011101 | 101101 | 111101 |
Color Harmonies of #C86D7E
Complementary color
Monochromatic Colors of #C86D7E
Black with #C86D7E
Text Example
Text Example
White with #C86D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D7E; }
p { color: rgb(200,109,126); }
H1.HeaderClassName
{
color: #C86D7E;
}
.AnyTagClassName
{
color: #C86D7E;
}
</style>
background-color css
<style>
a { background-color: #C86D7E; }
a { background-color: rgb(200,109,126); }
div.DivClassName
{
background-color: #C86D7E;
}
.BgClassName
{
background-color: #C86D7E;
}
</style>
border-color css
<style>
span { border-color: #C86D7E; }
span { border-color: rgb(200,109,126); }
td.TdClassName
{
border-color: #C86D7E;
}
.TagClassName
{
border-color: #C86D7E;
}
</style>