Shades of Charm #C5727D
Tints of Charm #C5727D
RGB
CMYK
RGB Variations
Color information
#C5727D (or 0xC5727D) is known color: Charm. HEX triplet: C5, 72 and 7D. RGB value is (197,114,125). Sum of RGB (Red+Green+Blue) = 197+114+125=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5727D is #3A8D82. Grayscale: #8C8C8C. Windows color (decimal): -3837315 or 8221381. OLE color: 8221381.
HSL color Cylindrical-coordinate representation of color #C5727D: hue angle of 352.05º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5727D is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 125 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.23 |
| HSL | 352.05º | 0.42% | 0.61% | - |
| HSV(B) | 352.05º | 0.42% | 0.77% | - |
| XYZ | 32.74 | 25.39 | 22.58 | - |
| YUV | 140.07 | 119.5 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 125 | 0 | 0.42 | 0.37 | 0.23 | 352.05 | 0.42 | 0.61 |
| Hex | C5 | 72 | 7D | 0 | 2A | 25 | 17 | 160 | 2A | 3D |
| Octal | 305 | 162 | 175 | 0 | 52 | 45 | 27 | 540 | 52 | 75 |
| Binary | 11000101 | 1110010 | 1111101 | 0 | 101010 | 100101 | 10111 | 101100000 | 101010 | 111101 |
Color Harmonies of #C5727D
Complementary color
Monochromatic Colors of #C5727D
Black with #C5727D
Text Example
Text Example
White with #C5727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5727D; }
p { color: rgb(197,114,125); }
H1.HeaderClassName
{
color: #C5727D;
}
.AnyTagClassName
{
color: #C5727D;
}
</style>
background-color css
<style>
a { background-color: #C5727D; }
a { background-color: rgb(197,114,125); }
div.DivClassName
{
background-color: #C5727D;
}
.BgClassName
{
background-color: #C5727D;
}
</style>
border-color css
<style>
span { border-color: #C5727D; }
span { border-color: rgb(197,114,125); }
td.TdClassName
{
border-color: #C5727D;
}
.TagClassName
{
border-color: #C5727D;
}
</style>