Shades of Charm #C57182
Tints of Charm #C57182
RGB
CMYK
RGB Variations
Color information
#C57182 (or 0xC57182) is known color: Charm. HEX triplet: C5, 71 and 82. RGB value is (197,113,130). Sum of RGB (Red+Green+Blue) = 197+113+130=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C57182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57182 is #3A8E7D. Grayscale: #8C8C8C. Windows color (decimal): -3837566 or 8548805. OLE color: 8548805.
HSL color Cylindrical-coordinate representation of color #C57182: hue angle of 347.86º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C57182 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 130 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.23 |
| HSL | 347.86º | 0.42% | 0.61% | - |
| HSV(B) | 347.86º | 0.43% | 0.77% | - |
| XYZ | 32.96 | 25.29 | 24.26 | - |
| YUV | 140.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 130 | 0 | 0.43 | 0.34 | 0.23 | 347.86 | 0.42 | 0.61 |
| Hex | C5 | 71 | 82 | 0 | 2B | 22 | 17 | 15C | 2A | 3D |
| Octal | 305 | 161 | 202 | 0 | 53 | 42 | 27 | 534 | 52 | 75 |
| Binary | 11000101 | 1110001 | 10000010 | 0 | 101011 | 100010 | 10111 | 101011100 | 101010 | 111101 |
Color Harmonies of #C57182
Complementary color
Monochromatic Colors of #C57182
Black with #C57182
Text Example
Text Example
White with #C57182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57182; }
p { color: rgb(197,113,130); }
H1.HeaderClassName
{
color: #C57182;
}
.AnyTagClassName
{
color: #C57182;
}
</style>
background-color css
<style>
a { background-color: #C57182; }
a { background-color: rgb(197,113,130); }
div.DivClassName
{
background-color: #C57182;
}
.BgClassName
{
background-color: #C57182;
}
</style>
border-color css
<style>
span { border-color: #C57182; }
span { border-color: rgb(197,113,130); }
td.TdClassName
{
border-color: #C57182;
}
.TagClassName
{
border-color: #C57182;
}
</style>