Shades of Charm #C5737E
Tints of Charm #C5737E
RGB
CMYK
RGB Variations
Color information
#C5737E (or 0xC5737E) is known color: Charm. HEX triplet: C5, 73 and 7E. RGB value is (197,115,126). Sum of RGB (Red+Green+Blue) = 197+115+126=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5737E is #3A8C81. Grayscale: #8C8C8C. Windows color (decimal): -3837058 or 8287173. OLE color: 8287173.
HSL color Cylindrical-coordinate representation of color #C5737E: hue angle of 351.95º degrees, saturation: 0.41, 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 #C5737E is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 126 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.23 |
| HSL | 351.95º | 0.41% | 0.61% | - |
| HSV(B) | 351.95º | 0.42% | 0.77% | - |
| XYZ | 32.92 | 25.64 | 22.95 | - |
| YUV | 140.77 | 119.67 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 126 | 0 | 0.42 | 0.36 | 0.23 | 351.95 | 0.41 | 0.61 |
| Hex | C5 | 73 | 7E | 0 | 2A | 24 | 17 | 160 | 29 | 3D |
| Octal | 305 | 163 | 176 | 0 | 52 | 44 | 27 | 540 | 51 | 75 |
| Binary | 11000101 | 1110011 | 1111110 | 0 | 101010 | 100100 | 10111 | 101100000 | 101001 | 111101 |
Color Harmonies of #C5737E
Complementary color
Monochromatic Colors of #C5737E
Black with #C5737E
Text Example
Text Example
White with #C5737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5737E; }
p { color: rgb(197,115,126); }
H1.HeaderClassName
{
color: #C5737E;
}
.AnyTagClassName
{
color: #C5737E;
}
</style>
background-color css
<style>
a { background-color: #C5737E; }
a { background-color: rgb(197,115,126); }
div.DivClassName
{
background-color: #C5737E;
}
.BgClassName
{
background-color: #C5737E;
}
</style>
border-color css
<style>
span { border-color: #C5737E; }
span { border-color: rgb(197,115,126); }
td.TdClassName
{
border-color: #C5737E;
}
.TagClassName
{
border-color: #C5737E;
}
</style>