Shades of Charm #C57284
Tints of Charm #C57284
RGB
CMYK
RGB Variations
Color information
#C57284 (or 0xC57284) is known color: Charm. HEX triplet: C5, 72 and 84. RGB value is (197,114,132). Sum of RGB (Red+Green+Blue) = 197+114+132=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C57284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57284 is #3A8D7B. Grayscale: #8C8C8C. Windows color (decimal): -3837308 or 8680133. OLE color: 8680133.
HSL color Cylindrical-coordinate representation of color #C57284: hue angle of 346.99º 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 #C57284 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 132 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.23 |
| HSL | 346.99º | 0.42% | 0.61% | - |
| HSV(B) | 346.99º | 0.42% | 0.77% | - |
| XYZ | 33.21 | 25.57 | 25.02 | - |
| YUV | 140.87 | 123 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 132 | 0 | 0.42 | 0.33 | 0.23 | 346.99 | 0.42 | 0.61 |
| Hex | C5 | 72 | 84 | 0 | 2A | 21 | 17 | 15B | 2A | 3D |
| Octal | 305 | 162 | 204 | 0 | 52 | 41 | 27 | 533 | 52 | 75 |
| Binary | 11000101 | 1110010 | 10000100 | 0 | 101010 | 100001 | 10111 | 101011011 | 101010 | 111101 |
Color Harmonies of #C57284
Complementary color
Monochromatic Colors of #C57284
Black with #C57284
Text Example
Text Example
White with #C57284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57284; }
p { color: rgb(197,114,132); }
H1.HeaderClassName
{
color: #C57284;
}
.AnyTagClassName
{
color: #C57284;
}
</style>
background-color css
<style>
a { background-color: #C57284; }
a { background-color: rgb(197,114,132); }
div.DivClassName
{
background-color: #C57284;
}
.BgClassName
{
background-color: #C57284;
}
</style>
border-color css
<style>
span { border-color: #C57284; }
span { border-color: rgb(197,114,132); }
td.TdClassName
{
border-color: #C57284;
}
.TagClassName
{
border-color: #C57284;
}
</style>