Shades of Charm #C5727A
Tints of Charm #C5727A
RGB
CMYK
RGB Variations
Color information
#C5727A (or 0xC5727A) is known color: Charm. HEX triplet: C5, 72 and 7A. RGB value is (197,114,122). Sum of RGB (Red+Green+Blue) = 197+114+122=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5727A is #3A8D85. Grayscale: #8B8B8B. Windows color (decimal): -3837318 or 8024773. OLE color: 8024773.
HSL color Cylindrical-coordinate representation of color #C5727A: hue angle of 354.22º 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 #C5727A is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 122 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.23 |
| HSL | 354.22º | 0.42% | 0.61% | - |
| HSV(B) | 354.22º | 0.42% | 0.77% | - |
| XYZ | 32.56 | 25.31 | 21.58 | - |
| YUV | 139.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 122 | 0 | 0.42 | 0.38 | 0.23 | 354.22 | 0.42 | 0.61 |
| Hex | C5 | 72 | 7A | 0 | 2A | 26 | 17 | 162 | 2A | 3D |
| Octal | 305 | 162 | 172 | 0 | 52 | 46 | 27 | 542 | 52 | 75 |
| Binary | 11000101 | 1110010 | 1111010 | 0 | 101010 | 100110 | 10111 | 101100010 | 101010 | 111101 |
Color Harmonies of #C5727A
Complementary color
Monochromatic Colors of #C5727A
Black with #C5727A
Text Example
Text Example
White with #C5727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5727A; }
p { color: rgb(197,114,122); }
H1.HeaderClassName
{
color: #C5727A;
}
.AnyTagClassName
{
color: #C5727A;
}
</style>
background-color css
<style>
a { background-color: #C5727A; }
a { background-color: rgb(197,114,122); }
div.DivClassName
{
background-color: #C5727A;
}
.BgClassName
{
background-color: #C5727A;
}
</style>
border-color css
<style>
span { border-color: #C5727A; }
span { border-color: rgb(197,114,122); }
td.TdClassName
{
border-color: #C5727A;
}
.TagClassName
{
border-color: #C5727A;
}
</style>