Shades of Charm #C9808D
Tints of Charm #C9808D
RGB
CMYK
RGB Variations
Color information
#C9808D (or 0xC9808D) is known color: Charm. HEX triplet: C9, 80 and 8D. RGB value is (201,128,141). Sum of RGB (Red+Green+Blue) = 201+128+141=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C9808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9808D is #367F72. Grayscale: #979797. Windows color (decimal): -3571571 or 9273545. OLE color: 9273545.
HSL color Cylindrical-coordinate representation of color #C9808D: hue angle of 349.32º 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 #C9808D is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 141 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.21 |
| HSL | 349.32º | 0.4% | 0.65% | - |
| HSV(B) | 349.32º | 0.36% | 0.79% | - |
| XYZ | 36.61 | 29.78 | 29.02 | - |
| YUV | 151.31 | 122.18 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 141 | 0 | 0.36 | 0.30 | 0.21 | 349.32 | 0.4 | 0.65 |
| Hex | C9 | 80 | 8D | 0 | 24 | 1E | 15 | 15D | 28 | 41 |
| Octal | 311 | 200 | 215 | 0 | 44 | 36 | 25 | 535 | 50 | 101 |
| Binary | 11001001 | 10000000 | 10001101 | 0 | 100100 | 11110 | 10101 | 101011101 | 101000 | 1000001 |
Color Harmonies of #C9808D
Complementary color
Monochromatic Colors of #C9808D
Black with #C9808D
Text Example
Text Example
White with #C9808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9808D; }
p { color: rgb(201,128,141); }
H1.HeaderClassName
{
color: #C9808D;
}
.AnyTagClassName
{
color: #C9808D;
}
</style>
background-color css
<style>
a { background-color: #C9808D; }
a { background-color: rgb(201,128,141); }
div.DivClassName
{
background-color: #C9808D;
}
.BgClassName
{
background-color: #C9808D;
}
</style>
border-color css
<style>
span { border-color: #C9808D; }
span { border-color: rgb(201,128,141); }
td.TdClassName
{
border-color: #C9808D;
}
.TagClassName
{
border-color: #C9808D;
}
</style>