Shades of Charm #C9728D
Tints of Charm #C9728D
RGB
CMYK
RGB Variations
Color information
#C9728D (or 0xC9728D) is known color: Charm. HEX triplet: C9, 72 and 8D. RGB value is (201,114,141). Sum of RGB (Red+Green+Blue) = 201+114+141=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C9728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9728D is #368D72. Grayscale: #8F8F8F. Windows color (decimal): -3575155 or 9269961. OLE color: 9269961.
HSL color Cylindrical-coordinate representation of color #C9728D: hue angle of 341.38º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C9728D is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 141 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.21 |
| HSL | 341.38º | 0.45% | 0.62% | - |
| HSV(B) | 341.38º | 0.43% | 0.79% | - |
| XYZ | 34.91 | 26.38 | 28.45 | - |
| YUV | 143.09 | 126.82 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 141 | 0 | 0.43 | 0.30 | 0.21 | 341.38 | 0.45 | 0.62 |
| Hex | C9 | 72 | 8D | 0 | 2B | 1E | 15 | 155 | 2D | 3E |
| Octal | 311 | 162 | 215 | 0 | 53 | 36 | 25 | 525 | 55 | 76 |
| Binary | 11001001 | 1110010 | 10001101 | 0 | 101011 | 11110 | 10101 | 101010101 | 101101 | 111110 |
Color Harmonies of #C9728D
Complementary color
Monochromatic Colors of #C9728D
Black with #C9728D
Text Example
Text Example
White with #C9728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9728D; }
p { color: rgb(201,114,141); }
H1.HeaderClassName
{
color: #C9728D;
}
.AnyTagClassName
{
color: #C9728D;
}
</style>
background-color css
<style>
a { background-color: #C9728D; }
a { background-color: rgb(201,114,141); }
div.DivClassName
{
background-color: #C9728D;
}
.BgClassName
{
background-color: #C9728D;
}
</style>
border-color css
<style>
span { border-color: #C9728D; }
span { border-color: rgb(201,114,141); }
td.TdClassName
{
border-color: #C9728D;
}
.TagClassName
{
border-color: #C9728D;
}
</style>