Shades of Charm #C87B84
Tints of Charm #C87B84
RGB
CMYK
RGB Variations
Color information
#C87B84 (or 0xC87B84) is known color: Charm. HEX triplet: C8, 7B and 84. RGB value is (200,123,132). Sum of RGB (Red+Green+Blue) = 200+123+132=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87B84 is #37847B. Grayscale: #939393. Windows color (decimal): -3638396 or 8682440. OLE color: 8682440.
HSL color Cylindrical-coordinate representation of color #C87B84: hue angle of 352.99º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87B84 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 132 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.22 |
| HSL | 352.99º | 0.41% | 0.63% | - |
| HSV(B) | 352.99º | 0.39% | 0.78% | - |
| XYZ | 35.07 | 28.11 | 25.41 | - |
| YUV | 147.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 132 | 0 | 0.38 | 0.34 | 0.22 | 352.99 | 0.41 | 0.63 |
| Hex | C8 | 7B | 84 | 0 | 26 | 22 | 16 | 161 | 29 | 3F |
| Octal | 310 | 173 | 204 | 0 | 46 | 42 | 26 | 541 | 51 | 77 |
| Binary | 11001000 | 1111011 | 10000100 | 0 | 100110 | 100010 | 10110 | 101100001 | 101001 | 111111 |
Color Harmonies of #C87B84
Complementary color
Monochromatic Colors of #C87B84
Black with #C87B84
Text Example
Text Example
White with #C87B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87B84; }
p { color: rgb(200,123,132); }
H1.HeaderClassName
{
color: #C87B84;
}
.AnyTagClassName
{
color: #C87B84;
}
</style>
background-color css
<style>
a { background-color: #C87B84; }
a { background-color: rgb(200,123,132); }
div.DivClassName
{
background-color: #C87B84;
}
.BgClassName
{
background-color: #C87B84;
}
</style>
border-color css
<style>
span { border-color: #C87B84; }
span { border-color: rgb(200,123,132); }
td.TdClassName
{
border-color: #C87B84;
}
.TagClassName
{
border-color: #C87B84;
}
</style>