Shades of Charm #C86F7D
Tints of Charm #C86F7D
RGB
CMYK
RGB Variations
Color information
#C86F7D (or 0xC86F7D) is known color: Charm. HEX triplet: C8, 6F and 7D. RGB value is (200,111,125). Sum of RGB (Red+Green+Blue) = 200+111+125=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86F7D is #379082. Grayscale: #8B8B8B. Windows color (decimal): -3641475 or 8220616. OLE color: 8220616.
HSL color Cylindrical-coordinate representation of color #C86F7D: hue angle of 350.56º 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 #C86F7D is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 111 | 125 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.22 |
| HSL | 350.56º | 0.45% | 0.61% | - |
| HSV(B) | 350.56º | 0.45% | 0.78% | - |
| XYZ | 33.21 | 25.13 | 22.5 | - |
| YUV | 139.21 | 119.99 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 125 | 0 | 0.44 | 0.38 | 0.22 | 350.56 | 0.45 | 0.61 |
| Hex | C8 | 6F | 7D | 0 | 2C | 26 | 16 | 15F | 2D | 3D |
| Octal | 310 | 157 | 175 | 0 | 54 | 46 | 26 | 537 | 55 | 75 |
| Binary | 11001000 | 1101111 | 1111101 | 0 | 101100 | 100110 | 10110 | 101011111 | 101101 | 111101 |
Color Harmonies of #C86F7D
Complementary color
Monochromatic Colors of #C86F7D
Black with #C86F7D
Text Example
Text Example
White with #C86F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86F7D; }
p { color: rgb(200,111,125); }
H1.HeaderClassName
{
color: #C86F7D;
}
.AnyTagClassName
{
color: #C86F7D;
}
</style>
background-color css
<style>
a { background-color: #C86F7D; }
a { background-color: rgb(200,111,125); }
div.DivClassName
{
background-color: #C86F7D;
}
.BgClassName
{
background-color: #C86F7D;
}
</style>
border-color css
<style>
span { border-color: #C86F7D; }
span { border-color: rgb(200,111,125); }
td.TdClassName
{
border-color: #C86F7D;
}
.TagClassName
{
border-color: #C86F7D;
}
</style>