Shades of Charm #C98189
Tints of Charm #C98189
RGB
CMYK
RGB Variations
Color information
#C98189 (or 0xC98189) is known color: Charm. HEX triplet: C9, 81 and 89. RGB value is (201,129,137). Sum of RGB (Red+Green+Blue) = 201+129+137=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C98189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98189 is #367E76. Grayscale: #979797. Windows color (decimal): -3571319 or 9011657. OLE color: 9011657.
HSL color Cylindrical-coordinate representation of color #C98189: hue angle of 353.33º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C98189 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 137 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.21 |
| HSL | 353.33º | 0.4% | 0.65% | - |
| HSV(B) | 353.33º | 0.36% | 0.79% | - |
| XYZ | 36.45 | 29.92 | 27.52 | - |
| YUV | 151.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 137 | 0 | 0.36 | 0.32 | 0.21 | 353.33 | 0.4 | 0.65 |
| Hex | C9 | 81 | 89 | 0 | 24 | 20 | 15 | 161 | 28 | 41 |
| Octal | 311 | 201 | 211 | 0 | 44 | 40 | 25 | 541 | 50 | 101 |
| Binary | 11001001 | 10000001 | 10001001 | 0 | 100100 | 100000 | 10101 | 101100001 | 101000 | 1000001 |
Color Harmonies of #C98189
Complementary color
Monochromatic Colors of #C98189
Black with #C98189
Text Example
Text Example
White with #C98189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98189; }
p { color: rgb(201,129,137); }
H1.HeaderClassName
{
color: #C98189;
}
.AnyTagClassName
{
color: #C98189;
}
</style>
background-color css
<style>
a { background-color: #C98189; }
a { background-color: rgb(201,129,137); }
div.DivClassName
{
background-color: #C98189;
}
.BgClassName
{
background-color: #C98189;
}
</style>
border-color css
<style>
span { border-color: #C98189; }
span { border-color: rgb(201,129,137); }
td.TdClassName
{
border-color: #C98189;
}
.TagClassName
{
border-color: #C98189;
}
</style>