Shades of Charm #C57981
Tints of Charm #C57981
RGB
CMYK
RGB Variations
Color information
#C57981 (or 0xC57981) is known color: Charm. HEX triplet: C5, 79 and 81. RGB value is (197,121,129). Sum of RGB (Red+Green+Blue) = 197+121+129=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C57981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57981 is #3A867E. Grayscale: #909090. Windows color (decimal): -3835519 or 8485317. OLE color: 8485317.
HSL color Cylindrical-coordinate representation of color #C57981: hue angle of 353.68º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57981 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 129 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.23 |
| HSL | 353.68º | 0.4% | 0.62% | - |
| HSV(B) | 353.68º | 0.39% | 0.77% | - |
| XYZ | 33.83 | 27.13 | 24.22 | - |
| YUV | 144.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 129 | 0 | 0.39 | 0.35 | 0.23 | 353.68 | 0.4 | 0.62 |
| Hex | C5 | 79 | 81 | 0 | 27 | 23 | 17 | 162 | 28 | 3E |
| Octal | 305 | 171 | 201 | 0 | 47 | 43 | 27 | 542 | 50 | 76 |
| Binary | 11000101 | 1111001 | 10000001 | 0 | 100111 | 100011 | 10111 | 101100010 | 101000 | 111110 |
Color Harmonies of #C57981
Complementary color
Monochromatic Colors of #C57981
Black with #C57981
Text Example
Text Example
White with #C57981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57981; }
p { color: rgb(197,121,129); }
H1.HeaderClassName
{
color: #C57981;
}
.AnyTagClassName
{
color: #C57981;
}
</style>
background-color css
<style>
a { background-color: #C57981; }
a { background-color: rgb(197,121,129); }
div.DivClassName
{
background-color: #C57981;
}
.BgClassName
{
background-color: #C57981;
}
</style>
border-color css
<style>
span { border-color: #C57981; }
span { border-color: rgb(197,121,129); }
td.TdClassName
{
border-color: #C57981;
}
.TagClassName
{
border-color: #C57981;
}
</style>