Shades of Charm #C57280
Tints of Charm #C57280
RGB
CMYK
RGB Variations
Color information
#C57280 (or 0xC57280) is known color: Charm. HEX triplet: C5, 72 and 80. RGB value is (197,114,128). Sum of RGB (Red+Green+Blue) = 197+114+128=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C57280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57280 is #3A8D7F. Grayscale: #8C8C8C. Windows color (decimal): -3837312 or 8417989. OLE color: 8417989.
HSL color Cylindrical-coordinate representation of color #C57280: hue angle of 349.88º 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 #C57280 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 128 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.23 |
| HSL | 349.88º | 0.42% | 0.61% | - |
| HSV(B) | 349.88º | 0.42% | 0.77% | - |
| XYZ | 32.94 | 25.46 | 23.6 | - |
| YUV | 140.41 | 121 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 128 | 0 | 0.42 | 0.35 | 0.23 | 349.88 | 0.42 | 0.61 |
| Hex | C5 | 72 | 80 | 0 | 2A | 23 | 17 | 15E | 2A | 3D |
| Octal | 305 | 162 | 200 | 0 | 52 | 43 | 27 | 536 | 52 | 75 |
| Binary | 11000101 | 1110010 | 10000000 | 0 | 101010 | 100011 | 10111 | 101011110 | 101010 | 111101 |
Color Harmonies of #C57280
Complementary color
Monochromatic Colors of #C57280
Black with #C57280
Text Example
Text Example
White with #C57280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57280; }
p { color: rgb(197,114,128); }
H1.HeaderClassName
{
color: #C57280;
}
.AnyTagClassName
{
color: #C57280;
}
</style>
background-color css
<style>
a { background-color: #C57280; }
a { background-color: rgb(197,114,128); }
div.DivClassName
{
background-color: #C57280;
}
.BgClassName
{
background-color: #C57280;
}
</style>
border-color css
<style>
span { border-color: #C57280; }
span { border-color: rgb(197,114,128); }
td.TdClassName
{
border-color: #C57280;
}
.TagClassName
{
border-color: #C57280;
}
</style>