Shades of Charm #C9828A
Tints of Charm #C9828A
RGB
CMYK
RGB Variations
Color information
#C9828A (or 0xC9828A) is known color: Charm. HEX triplet: C9, 82 and 8A. RGB value is (201,130,138). Sum of RGB (Red+Green+Blue) = 201+130+138=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C9828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9828A is #367D75. Grayscale: #989898. Windows color (decimal): -3571062 or 9077449. OLE color: 9077449.
HSL color Cylindrical-coordinate representation of color #C9828A: hue angle of 353.24º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C9828A is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 138 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.21 |
| HSL | 353.24º | 0.4% | 0.65% | - |
| HSV(B) | 353.24º | 0.35% | 0.79% | - |
| XYZ | 36.66 | 30.22 | 27.95 | - |
| YUV | 152.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 138 | 0 | 0.35 | 0.31 | 0.21 | 353.24 | 0.4 | 0.65 |
| Hex | C9 | 82 | 8A | 0 | 23 | 1F | 15 | 161 | 28 | 41 |
| Octal | 311 | 202 | 212 | 0 | 43 | 37 | 25 | 541 | 50 | 101 |
| Binary | 11001001 | 10000010 | 10001010 | 0 | 100011 | 11111 | 10101 | 101100001 | 101000 | 1000001 |
Color Harmonies of #C9828A
Complementary color
Monochromatic Colors of #C9828A
Black with #C9828A
Text Example
Text Example
White with #C9828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9828A; }
p { color: rgb(201,130,138); }
H1.HeaderClassName
{
color: #C9828A;
}
.AnyTagClassName
{
color: #C9828A;
}
</style>
background-color css
<style>
a { background-color: #C9828A; }
a { background-color: rgb(201,130,138); }
div.DivClassName
{
background-color: #C9828A;
}
.BgClassName
{
background-color: #C9828A;
}
</style>
border-color css
<style>
span { border-color: #C9828A; }
span { border-color: rgb(201,130,138); }
td.TdClassName
{
border-color: #C9828A;
}
.TagClassName
{
border-color: #C9828A;
}
</style>