Shades of Charm #C88487
Tints of Charm #C88487
RGB
CMYK
RGB Variations
Color information
#C88487 (or 0xC88487) is known color: Charm. HEX triplet: C8, 84 and 87. RGB value is (200,132,135). Sum of RGB (Red+Green+Blue) = 200+132+135=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C88487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88487 is #377B78. Grayscale: #989898. Windows color (decimal): -3636089 or 8881352. OLE color: 8881352.
HSL color Cylindrical-coordinate representation of color #C88487: hue angle of 357.35º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C88487 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 135 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.22 |
| HSL | 357.35º | 0.38% | 0.65% | - |
| HSV(B) | 357.35º | 0.34% | 0.78% | - |
| XYZ | 36.44 | 30.53 | 26.89 | - |
| YUV | 152.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 135 | 0 | 0.34 | 0.32 | 0.22 | 357.35 | 0.38 | 0.65 |
| Hex | C8 | 84 | 87 | 0 | 22 | 20 | 16 | 165 | 26 | 41 |
| Octal | 310 | 204 | 207 | 0 | 42 | 40 | 26 | 545 | 46 | 101 |
| Binary | 11001000 | 10000100 | 10000111 | 0 | 100010 | 100000 | 10110 | 101100101 | 100110 | 1000001 |
Color Harmonies of #C88487
Complementary color
Monochromatic Colors of #C88487
Black with #C88487
Text Example
Text Example
White with #C88487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88487; }
p { color: rgb(200,132,135); }
H1.HeaderClassName
{
color: #C88487;
}
.AnyTagClassName
{
color: #C88487;
}
</style>
background-color css
<style>
a { background-color: #C88487; }
a { background-color: rgb(200,132,135); }
div.DivClassName
{
background-color: #C88487;
}
.BgClassName
{
background-color: #C88487;
}
</style>
border-color css
<style>
span { border-color: #C88487; }
span { border-color: rgb(200,132,135); }
td.TdClassName
{
border-color: #C88487;
}
.TagClassName
{
border-color: #C88487;
}
</style>