Shades of Charm #C86984
Tints of Charm #C86984
RGB
CMYK
RGB Variations
Color information
#C86984 (or 0xC86984) is known color: Charm. HEX triplet: C8, 69 and 84. RGB value is (200,105,132). Sum of RGB (Red+Green+Blue) = 200+105+132=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C86984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86984 is #37967B. Grayscale: #888888. Windows color (decimal): -3643004 or 8677832. OLE color: 8677832.
HSL color Cylindrical-coordinate representation of color #C86984: hue angle of 342.95º degrees, saturation: 0.46, 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 #C86984 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 132 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.22 |
| HSL | 342.95º | 0.46% | 0.6% | - |
| HSV(B) | 342.95º | 0.48% | 0.78% | - |
| XYZ | 33.04 | 24.05 | 24.73 | - |
| YUV | 136.48 | 125.47 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 132 | 0 | 0.48 | 0.34 | 0.22 | 342.95 | 0.46 | 0.6 |
| Hex | C8 | 69 | 84 | 0 | 30 | 22 | 16 | 157 | 2E | 3C |
| Octal | 310 | 151 | 204 | 0 | 60 | 42 | 26 | 527 | 56 | 74 |
| Binary | 11001000 | 1101001 | 10000100 | 0 | 110000 | 100010 | 10110 | 101010111 | 101110 | 111100 |
Color Harmonies of #C86984
Complementary color
Monochromatic Colors of #C86984
Black with #C86984
Text Example
Text Example
White with #C86984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86984; }
p { color: rgb(200,105,132); }
H1.HeaderClassName
{
color: #C86984;
}
.AnyTagClassName
{
color: #C86984;
}
</style>
background-color css
<style>
a { background-color: #C86984; }
a { background-color: rgb(200,105,132); }
div.DivClassName
{
background-color: #C86984;
}
.BgClassName
{
background-color: #C86984;
}
</style>
border-color css
<style>
span { border-color: #C86984; }
span { border-color: rgb(200,105,132); }
td.TdClassName
{
border-color: #C86984;
}
.TagClassName
{
border-color: #C86984;
}
</style>