Shades of Charm #C5727B
Tints of Charm #C5727B
RGB
CMYK
RGB Variations
Color information
#C5727B (or 0xC5727B) is known color: Charm. HEX triplet: C5, 72 and 7B. RGB value is (197,114,123). Sum of RGB (Red+Green+Blue) = 197+114+123=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C5727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5727B is #3A8D84. Grayscale: #8B8B8B. Windows color (decimal): -3837317 or 8090309. OLE color: 8090309.
HSL color Cylindrical-coordinate representation of color #C5727B: hue angle of 353.49º 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 #C5727B is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 123 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.23 |
| HSL | 353.49º | 0.42% | 0.61% | - |
| HSV(B) | 353.49º | 0.42% | 0.77% | - |
| XYZ | 32.62 | 25.34 | 21.91 | - |
| YUV | 139.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 123 | 0 | 0.42 | 0.38 | 0.23 | 353.49 | 0.42 | 0.61 |
| Hex | C5 | 72 | 7B | 0 | 2A | 26 | 17 | 161 | 2A | 3D |
| Octal | 305 | 162 | 173 | 0 | 52 | 46 | 27 | 541 | 52 | 75 |
| Binary | 11000101 | 1110010 | 1111011 | 0 | 101010 | 100110 | 10111 | 101100001 | 101010 | 111101 |
Color Harmonies of #C5727B
Complementary color
Monochromatic Colors of #C5727B
Black with #C5727B
Text Example
Text Example
White with #C5727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5727B; }
p { color: rgb(197,114,123); }
H1.HeaderClassName
{
color: #C5727B;
}
.AnyTagClassName
{
color: #C5727B;
}
</style>
background-color css
<style>
a { background-color: #C5727B; }
a { background-color: rgb(197,114,123); }
div.DivClassName
{
background-color: #C5727B;
}
.BgClassName
{
background-color: #C5727B;
}
</style>
border-color css
<style>
span { border-color: #C5727B; }
span { border-color: rgb(197,114,123); }
td.TdClassName
{
border-color: #C5727B;
}
.TagClassName
{
border-color: #C5727B;
}
</style>