Shades of Charm #C86886
Tints of Charm #C86886
RGB
CMYK
RGB Variations
Color information
#C86886 (or 0xC86886) is known color: Charm. HEX triplet: C8, 68 and 86. RGB value is (200,104,134). Sum of RGB (Red+Green+Blue) = 200+104+134=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C86886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86886 is #379779. Grayscale: #888888. Windows color (decimal): -3643258 or 8808648. OLE color: 8808648.
HSL color Cylindrical-coordinate representation of color #C86886: hue angle of 341.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86886 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 134 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.22 |
| HSL | 341.25º | 0.47% | 0.6% | - |
| HSV(B) | 341.25º | 0.48% | 0.78% | - |
| XYZ | 33.07 | 23.9 | 25.42 | - |
| YUV | 136.12 | 126.8 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 134 | 0 | 0.48 | 0.33 | 0.22 | 341.25 | 0.47 | 0.6 |
| Hex | C8 | 68 | 86 | 0 | 30 | 21 | 16 | 155 | 2F | 3C |
| Octal | 310 | 150 | 206 | 0 | 60 | 41 | 26 | 525 | 57 | 74 |
| Binary | 11001000 | 1101000 | 10000110 | 0 | 110000 | 100001 | 10110 | 101010101 | 101111 | 111100 |
Color Harmonies of #C86886
Complementary color
Monochromatic Colors of #C86886
Black with #C86886
Text Example
Text Example
White with #C86886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86886; }
p { color: rgb(200,104,134); }
H1.HeaderClassName
{
color: #C86886;
}
.AnyTagClassName
{
color: #C86886;
}
</style>
background-color css
<style>
a { background-color: #C86886; }
a { background-color: rgb(200,104,134); }
div.DivClassName
{
background-color: #C86886;
}
.BgClassName
{
background-color: #C86886;
}
</style>
border-color css
<style>
span { border-color: #C86886; }
span { border-color: rgb(200,104,134); }
td.TdClassName
{
border-color: #C86886;
}
.TagClassName
{
border-color: #C86886;
}
</style>