Shades of Charm #C9727D
Tints of Charm #C9727D
RGB
CMYK
RGB Variations
Color information
#C9727D (or 0xC9727D) is known color: Charm. HEX triplet: C9, 72 and 7D. RGB value is (201,114,125). Sum of RGB (Red+Green+Blue) = 201+114+125=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C9727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9727D is #368D82. Grayscale: #8D8D8D. Windows color (decimal): -3575171 or 8221385. OLE color: 8221385.
HSL color Cylindrical-coordinate representation of color #C9727D: hue angle of 352.41º 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 #C9727D is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 125 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.21 |
| HSL | 352.41º | 0.45% | 0.62% | - |
| HSV(B) | 352.41º | 0.43% | 0.79% | - |
| XYZ | 33.81 | 25.93 | 22.63 | - |
| YUV | 141.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 125 | 0 | 0.43 | 0.38 | 0.21 | 352.41 | 0.45 | 0.62 |
| Hex | C9 | 72 | 7D | 0 | 2B | 26 | 15 | 160 | 2D | 3E |
| Octal | 311 | 162 | 175 | 0 | 53 | 46 | 25 | 540 | 55 | 76 |
| Binary | 11001001 | 1110010 | 1111101 | 0 | 101011 | 100110 | 10101 | 101100000 | 101101 | 111110 |
Color Harmonies of #C9727D
Complementary color
Monochromatic Colors of #C9727D
Black with #C9727D
Text Example
Text Example
White with #C9727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9727D; }
p { color: rgb(201,114,125); }
H1.HeaderClassName
{
color: #C9727D;
}
.AnyTagClassName
{
color: #C9727D;
}
</style>
background-color css
<style>
a { background-color: #C9727D; }
a { background-color: rgb(201,114,125); }
div.DivClassName
{
background-color: #C9727D;
}
.BgClassName
{
background-color: #C9727D;
}
</style>
border-color css
<style>
span { border-color: #C9727D; }
span { border-color: rgb(201,114,125); }
td.TdClassName
{
border-color: #C9727D;
}
.TagClassName
{
border-color: #C9727D;
}
</style>