Shades of Charm #C86F83
Tints of Charm #C86F83
RGB
CMYK
RGB Variations
Color information
#C86F83 (or 0xC86F83) is known color: Charm. HEX triplet: C8, 6F and 83. RGB value is (200,111,131). Sum of RGB (Red+Green+Blue) = 200+111+131=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86F83 is #37907C. Grayscale: #8B8B8B. Windows color (decimal): -3641469 or 8613832. OLE color: 8613832.
HSL color Cylindrical-coordinate representation of color #C86F83: hue angle of 346.52º 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 #C86F83 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 111 | 131 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.22 |
| HSL | 346.52º | 0.45% | 0.61% | - |
| HSV(B) | 346.52º | 0.45% | 0.78% | - |
| XYZ | 33.6 | 25.29 | 24.58 | - |
| YUV | 139.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 131 | 0 | 0.44 | 0.34 | 0.22 | 346.52 | 0.45 | 0.61 |
| Hex | C8 | 6F | 83 | 0 | 2C | 22 | 16 | 15B | 2D | 3D |
| Octal | 310 | 157 | 203 | 0 | 54 | 42 | 26 | 533 | 55 | 75 |
| Binary | 11001000 | 1101111 | 10000011 | 0 | 101100 | 100010 | 10110 | 101011011 | 101101 | 111101 |
Color Harmonies of #C86F83
Complementary color
Monochromatic Colors of #C86F83
Black with #C86F83
Text Example
Text Example
White with #C86F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86F83; }
p { color: rgb(200,111,131); }
H1.HeaderClassName
{
color: #C86F83;
}
.AnyTagClassName
{
color: #C86F83;
}
</style>
background-color css
<style>
a { background-color: #C86F83; }
a { background-color: rgb(200,111,131); }
div.DivClassName
{
background-color: #C86F83;
}
.BgClassName
{
background-color: #C86F83;
}
</style>
border-color css
<style>
span { border-color: #C86F83; }
span { border-color: rgb(200,111,131); }
td.TdClassName
{
border-color: #C86F83;
}
.TagClassName
{
border-color: #C86F83;
}
</style>