Shades of Charm #C57880
Tints of Charm #C57880
RGB
CMYK
RGB Variations
Color information
#C57880 (or 0xC57880) is known color: Charm. HEX triplet: C5, 78 and 80. RGB value is (197,120,128). Sum of RGB (Red+Green+Blue) = 197+120+128=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C57880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57880 is #3A877F. Grayscale: #8F8F8F. Windows color (decimal): -3835776 or 8419525. OLE color: 8419525.
HSL color Cylindrical-coordinate representation of color #C57880: hue angle of 353.77º 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 #C57880 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 128 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.23 |
| HSL | 353.77º | 0.4% | 0.62% | - |
| HSV(B) | 353.77º | 0.39% | 0.77% | - |
| XYZ | 33.64 | 26.86 | 23.83 | - |
| YUV | 143.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 128 | 0 | 0.39 | 0.35 | 0.23 | 353.77 | 0.4 | 0.62 |
| Hex | C5 | 78 | 80 | 0 | 27 | 23 | 17 | 162 | 28 | 3E |
| Octal | 305 | 170 | 200 | 0 | 47 | 43 | 27 | 542 | 50 | 76 |
| Binary | 11000101 | 1111000 | 10000000 | 0 | 100111 | 100011 | 10111 | 101100010 | 101000 | 111110 |
Color Harmonies of #C57880
Complementary color
Monochromatic Colors of #C57880
Black with #C57880
Text Example
Text Example
White with #C57880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57880; }
p { color: rgb(197,120,128); }
H1.HeaderClassName
{
color: #C57880;
}
.AnyTagClassName
{
color: #C57880;
}
</style>
background-color css
<style>
a { background-color: #C57880; }
a { background-color: rgb(197,120,128); }
div.DivClassName
{
background-color: #C57880;
}
.BgClassName
{
background-color: #C57880;
}
</style>
border-color css
<style>
span { border-color: #C57880; }
span { border-color: rgb(197,120,128); }
td.TdClassName
{
border-color: #C57880;
}
.TagClassName
{
border-color: #C57880;
}
</style>