Shades of Charm #C57579
Tints of Charm #C57579
RGB
CMYK
RGB Variations
Color information
#C57579 (or 0xC57579) is known color: Charm. HEX triplet: C5, 75 and 79. RGB value is (197,117,121). Sum of RGB (Red+Green+Blue) = 197+117+121=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C57579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57579 is #3A8A86. Grayscale: #8D8D8D. Windows color (decimal): -3836551 or 7960005. OLE color: 7960005.
HSL color Cylindrical-coordinate representation of color #C57579: hue angle of 357º 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 #C57579 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 121 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.23 |
| HSL | 357º | 0.41% | 0.62% | - |
| HSV(B) | 357º | 0.41% | 0.77% | - |
| XYZ | 32.84 | 25.97 | 21.37 | - |
| YUV | 141.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 121 | 0 | 0.41 | 0.39 | 0.23 | 357 | 0.41 | 0.62 |
| Hex | C5 | 75 | 79 | 0 | 29 | 27 | 17 | 165 | 29 | 3E |
| Octal | 305 | 165 | 171 | 0 | 51 | 47 | 27 | 545 | 51 | 76 |
| Binary | 11000101 | 1110101 | 1111001 | 0 | 101001 | 100111 | 10111 | 101100101 | 101001 | 111110 |
Color Harmonies of #C57579
Complementary color
Monochromatic Colors of #C57579
Black with #C57579
Text Example
Text Example
White with #C57579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57579; }
p { color: rgb(197,117,121); }
H1.HeaderClassName
{
color: #C57579;
}
.AnyTagClassName
{
color: #C57579;
}
</style>
background-color css
<style>
a { background-color: #C57579; }
a { background-color: rgb(197,117,121); }
div.DivClassName
{
background-color: #C57579;
}
.BgClassName
{
background-color: #C57579;
}
</style>
border-color css
<style>
span { border-color: #C57579; }
span { border-color: rgb(197,117,121); }
td.TdClassName
{
border-color: #C57579;
}
.TagClassName
{
border-color: #C57579;
}
</style>