Shades of Charm #C9757D
Tints of Charm #C9757D
RGB
CMYK
RGB Variations
Color information
#C9757D (or 0xC9757D) is known color: Charm. HEX triplet: C9, 75 and 7D. RGB value is (201,117,125). Sum of RGB (Red+Green+Blue) = 201+117+125=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9757D is #368A82. Grayscale: #8F8F8F. Windows color (decimal): -3574403 or 8222153. OLE color: 8222153.
HSL color Cylindrical-coordinate representation of color #C9757D: hue angle of 354.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9757D is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 125 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.21 |
| HSL | 354.29º | 0.44% | 0.62% | - |
| HSV(B) | 354.29º | 0.42% | 0.79% | - |
| XYZ | 34.15 | 26.62 | 22.74 | - |
| YUV | 143.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 125 | 0 | 0.42 | 0.38 | 0.21 | 354.29 | 0.44 | 0.62 |
| Hex | C9 | 75 | 7D | 0 | 2A | 26 | 15 | 162 | 2C | 3E |
| Octal | 311 | 165 | 175 | 0 | 52 | 46 | 25 | 542 | 54 | 76 |
| Binary | 11001001 | 1110101 | 1111101 | 0 | 101010 | 100110 | 10101 | 101100010 | 101100 | 111110 |
Color Harmonies of #C9757D
Complementary color
Monochromatic Colors of #C9757D
Black with #C9757D
Text Example
Text Example
White with #C9757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9757D; }
p { color: rgb(201,117,125); }
H1.HeaderClassName
{
color: #C9757D;
}
.AnyTagClassName
{
color: #C9757D;
}
</style>
background-color css
<style>
a { background-color: #C9757D; }
a { background-color: rgb(201,117,125); }
div.DivClassName
{
background-color: #C9757D;
}
.BgClassName
{
background-color: #C9757D;
}
</style>
border-color css
<style>
span { border-color: #C9757D; }
span { border-color: rgb(201,117,125); }
td.TdClassName
{
border-color: #C9757D;
}
.TagClassName
{
border-color: #C9757D;
}
</style>