Shades of Charm #C57577
Tints of Charm #C57577
RGB
CMYK
RGB Variations
Color information
#C57577 (or 0xC57577) is known color: Charm. HEX triplet: C5, 75 and 77. RGB value is (197,117,119). Sum of RGB (Red+Green+Blue) = 197+117+119=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C57577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57577 is #3A8A88. Grayscale: #8D8D8D. Windows color (decimal): -3836553 or 7828933. OLE color: 7828933.
HSL color Cylindrical-coordinate representation of color #C57577: hue angle of 358.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57577 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 119 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.23 |
| HSL | 358.5º | 0.41% | 0.62% | - |
| HSV(B) | 358.5º | 0.41% | 0.77% | - |
| XYZ | 32.72 | 25.92 | 20.73 | - |
| YUV | 141.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 119 | 0 | 0.41 | 0.40 | 0.23 | 358.5 | 0.41 | 0.62 |
| Hex | C5 | 75 | 77 | 0 | 29 | 28 | 17 | 166 | 29 | 3E |
| Octal | 305 | 165 | 167 | 0 | 51 | 50 | 27 | 546 | 51 | 76 |
| Binary | 11000101 | 1110101 | 1110111 | 0 | 101001 | 101000 | 10111 | 101100110 | 101001 | 111110 |
Color Harmonies of #C57577
Complementary color
Monochromatic Colors of #C57577
Black with #C57577
Text Example
Text Example
White with #C57577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57577; }
p { color: rgb(197,117,119); }
H1.HeaderClassName
{
color: #C57577;
}
.AnyTagClassName
{
color: #C57577;
}
</style>
background-color css
<style>
a { background-color: #C57577; }
a { background-color: rgb(197,117,119); }
div.DivClassName
{
background-color: #C57577;
}
.BgClassName
{
background-color: #C57577;
}
</style>
border-color css
<style>
span { border-color: #C57577; }
span { border-color: rgb(197,117,119); }
td.TdClassName
{
border-color: #C57577;
}
.TagClassName
{
border-color: #C57577;
}
</style>