Shades of Charm #C98487
Tints of Charm #C98487
RGB
CMYK
RGB Variations
Color information
#C98487 (or 0xC98487) is known color: Charm. HEX triplet: C9, 84 and 87. RGB value is (201,132,135). Sum of RGB (Red+Green+Blue) = 201+132+135=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C98487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98487 is #367B78. Grayscale: #999999. Windows color (decimal): -3570553 or 8881353. OLE color: 8881353.
HSL color Cylindrical-coordinate representation of color #C98487: hue angle of 357.39º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C98487 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 135 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.21 |
| HSL | 357.39º | 0.39% | 0.65% | - |
| HSV(B) | 357.39º | 0.34% | 0.79% | - |
| XYZ | 36.71 | 30.67 | 26.91 | - |
| YUV | 152.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 135 | 0 | 0.34 | 0.33 | 0.21 | 357.39 | 0.39 | 0.65 |
| Hex | C9 | 84 | 87 | 0 | 22 | 21 | 15 | 165 | 27 | 41 |
| Octal | 311 | 204 | 207 | 0 | 42 | 41 | 25 | 545 | 47 | 101 |
| Binary | 11001001 | 10000100 | 10000111 | 0 | 100010 | 100001 | 10101 | 101100101 | 100111 | 1000001 |
Color Harmonies of #C98487
Complementary color
Monochromatic Colors of #C98487
Black with #C98487
Text Example
Text Example
White with #C98487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98487; }
p { color: rgb(201,132,135); }
H1.HeaderClassName
{
color: #C98487;
}
.AnyTagClassName
{
color: #C98487;
}
</style>
background-color css
<style>
a { background-color: #C98487; }
a { background-color: rgb(201,132,135); }
div.DivClassName
{
background-color: #C98487;
}
.BgClassName
{
background-color: #C98487;
}
</style>
border-color css
<style>
span { border-color: #C98487; }
span { border-color: rgb(201,132,135); }
td.TdClassName
{
border-color: #C98487;
}
.TagClassName
{
border-color: #C98487;
}
</style>