Shades of Charm #C86F7E
Tints of Charm #C86F7E
RGB
CMYK
RGB Variations
Color information
#C86F7E (or 0xC86F7E) is known color: Charm. HEX triplet: C8, 6F and 7E. RGB value is (200,111,126). Sum of RGB (Red+Green+Blue) = 200+111+126=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86F7E is #379081. Grayscale: #8B8B8B. Windows color (decimal): -3641474 or 8286152. OLE color: 8286152.
HSL color Cylindrical-coordinate representation of color #C86F7E: hue angle of 349.89º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C86F7E is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 111 | 126 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.22 |
| HSL | 349.89º | 0.45% | 0.61% | - |
| HSV(B) | 349.89º | 0.45% | 0.78% | - |
| XYZ | 33.27 | 25.15 | 22.84 | - |
| YUV | 139.32 | 120.49 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 126 | 0 | 0.44 | 0.37 | 0.22 | 349.89 | 0.45 | 0.61 |
| Hex | C8 | 6F | 7E | 0 | 2C | 25 | 16 | 15E | 2D | 3D |
| Octal | 310 | 157 | 176 | 0 | 54 | 45 | 26 | 536 | 55 | 75 |
| Binary | 11001000 | 1101111 | 1111110 | 0 | 101100 | 100101 | 10110 | 101011110 | 101101 | 111101 |
Color Harmonies of #C86F7E
Complementary color
Monochromatic Colors of #C86F7E
Black with #C86F7E
Text Example
Text Example
White with #C86F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86F7E; }
p { color: rgb(200,111,126); }
H1.HeaderClassName
{
color: #C86F7E;
}
.AnyTagClassName
{
color: #C86F7E;
}
</style>
background-color css
<style>
a { background-color: #C86F7E; }
a { background-color: rgb(200,111,126); }
div.DivClassName
{
background-color: #C86F7E;
}
.BgClassName
{
background-color: #C86F7E;
}
</style>
border-color css
<style>
span { border-color: #C86F7E; }
span { border-color: rgb(200,111,126); }
td.TdClassName
{
border-color: #C86F7E;
}
.TagClassName
{
border-color: #C86F7E;
}
</style>