Shades of Charm #C5727C
Tints of Charm #C5727C
RGB
CMYK
RGB Variations
Color information
#C5727C (or 0xC5727C) is known color: Charm. HEX triplet: C5, 72 and 7C. RGB value is (197,114,124). Sum of RGB (Red+Green+Blue) = 197+114+124=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5727C is #3A8D83. Grayscale: #8C8C8C. Windows color (decimal): -3837316 or 8155845. OLE color: 8155845.
HSL color Cylindrical-coordinate representation of color #C5727C: hue angle of 352.77º 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 #C5727C is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 124 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.23 |
| HSL | 352.77º | 0.42% | 0.61% | - |
| HSV(B) | 352.77º | 0.42% | 0.77% | - |
| XYZ | 32.68 | 25.36 | 22.24 | - |
| YUV | 139.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 124 | 0 | 0.42 | 0.37 | 0.23 | 352.77 | 0.42 | 0.61 |
| Hex | C5 | 72 | 7C | 0 | 2A | 25 | 17 | 161 | 2A | 3D |
| Octal | 305 | 162 | 174 | 0 | 52 | 45 | 27 | 541 | 52 | 75 |
| Binary | 11000101 | 1110010 | 1111100 | 0 | 101010 | 100101 | 10111 | 101100001 | 101010 | 111101 |
Color Harmonies of #C5727C
Complementary color
Monochromatic Colors of #C5727C
Black with #C5727C
Text Example
Text Example
White with #C5727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5727C; }
p { color: rgb(197,114,124); }
H1.HeaderClassName
{
color: #C5727C;
}
.AnyTagClassName
{
color: #C5727C;
}
</style>
background-color css
<style>
a { background-color: #C5727C; }
a { background-color: rgb(197,114,124); }
div.DivClassName
{
background-color: #C5727C;
}
.BgClassName
{
background-color: #C5727C;
}
</style>
border-color css
<style>
span { border-color: #C5727C; }
span { border-color: rgb(197,114,124); }
td.TdClassName
{
border-color: #C5727C;
}
.TagClassName
{
border-color: #C5727C;
}
</style>