Shades of Charm #C57281
Tints of Charm #C57281
RGB
CMYK
RGB Variations
Color information
#C57281 (or 0xC57281) is known color: Charm. HEX triplet: C5, 72 and 81. RGB value is (197,114,129). Sum of RGB (Red+Green+Blue) = 197+114+129=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C57281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57281 is #3A8D7E. Grayscale: #8C8C8C. Windows color (decimal): -3837311 or 8483525. OLE color: 8483525.
HSL color Cylindrical-coordinate representation of color #C57281: hue angle of 349.16º 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 #C57281 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 129 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.23 |
| HSL | 349.16º | 0.42% | 0.61% | - |
| HSV(B) | 349.16º | 0.42% | 0.77% | - |
| XYZ | 33.01 | 25.49 | 23.95 | - |
| YUV | 140.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 129 | 0 | 0.42 | 0.35 | 0.23 | 349.16 | 0.42 | 0.61 |
| Hex | C5 | 72 | 81 | 0 | 2A | 23 | 17 | 15D | 2A | 3D |
| Octal | 305 | 162 | 201 | 0 | 52 | 43 | 27 | 535 | 52 | 75 |
| Binary | 11000101 | 1110010 | 10000001 | 0 | 101010 | 100011 | 10111 | 101011101 | 101010 | 111101 |
Color Harmonies of #C57281
Complementary color
Monochromatic Colors of #C57281
Black with #C57281
Text Example
Text Example
White with #C57281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57281; }
p { color: rgb(197,114,129); }
H1.HeaderClassName
{
color: #C57281;
}
.AnyTagClassName
{
color: #C57281;
}
</style>
background-color css
<style>
a { background-color: #C57281; }
a { background-color: rgb(197,114,129); }
div.DivClassName
{
background-color: #C57281;
}
.BgClassName
{
background-color: #C57281;
}
</style>
border-color css
<style>
span { border-color: #C57281; }
span { border-color: rgb(197,114,129); }
td.TdClassName
{
border-color: #C57281;
}
.TagClassName
{
border-color: #C57281;
}
</style>