Shades of Charm #C86C86
Tints of Charm #C86C86
RGB
CMYK
RGB Variations
Color information
#C86C86 (or 0xC86C86) is known color: Charm. HEX triplet: C8, 6C and 86. RGB value is (200,108,134). Sum of RGB (Red+Green+Blue) = 200+108+134=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86C86 is #379379. Grayscale: #8A8A8A. Windows color (decimal): -3642234 or 8809672. OLE color: 8809672.
HSL color Cylindrical-coordinate representation of color #C86C86: hue angle of 343.04º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86C86 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 134 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.22 |
| HSL | 343.04º | 0.46% | 0.6% | - |
| HSV(B) | 343.04º | 0.46% | 0.78% | - |
| XYZ | 33.49 | 24.73 | 25.56 | - |
| YUV | 138.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 134 | 0 | 0.46 | 0.33 | 0.22 | 343.04 | 0.46 | 0.6 |
| Hex | C8 | 6C | 86 | 0 | 2E | 21 | 16 | 157 | 2E | 3C |
| Octal | 310 | 154 | 206 | 0 | 56 | 41 | 26 | 527 | 56 | 74 |
| Binary | 11001000 | 1101100 | 10000110 | 0 | 101110 | 100001 | 10110 | 101010111 | 101110 | 111100 |
Color Harmonies of #C86C86
Complementary color
Monochromatic Colors of #C86C86
Black with #C86C86
Text Example
Text Example
White with #C86C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C86; }
p { color: rgb(200,108,134); }
H1.HeaderClassName
{
color: #C86C86;
}
.AnyTagClassName
{
color: #C86C86;
}
</style>
background-color css
<style>
a { background-color: #C86C86; }
a { background-color: rgb(200,108,134); }
div.DivClassName
{
background-color: #C86C86;
}
.BgClassName
{
background-color: #C86C86;
}
</style>
border-color css
<style>
span { border-color: #C86C86; }
span { border-color: rgb(200,108,134); }
td.TdClassName
{
border-color: #C86C86;
}
.TagClassName
{
border-color: #C86C86;
}
</style>