Shades of Charm #C57C83
Tints of Charm #C57C83
RGB
CMYK
RGB Variations
Color information
#C57C83 (or 0xC57C83) is known color: Charm. HEX triplet: C5, 7C and 83. RGB value is (197,124,131). Sum of RGB (Red+Green+Blue) = 197+124+131=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57C83 is #3A837C. Grayscale: #929292. Windows color (decimal): -3834749 or 8617157. OLE color: 8617157.
HSL color Cylindrical-coordinate representation of color #C57C83: hue angle of 354.25º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57C83 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 131 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.23 |
| HSL | 354.25º | 0.39% | 0.63% | - |
| HSV(B) | 354.25º | 0.37% | 0.77% | - |
| XYZ | 34.33 | 27.92 | 25.05 | - |
| YUV | 146.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 131 | 0 | 0.37 | 0.34 | 0.23 | 354.25 | 0.39 | 0.63 |
| Hex | C5 | 7C | 83 | 0 | 25 | 22 | 17 | 162 | 27 | 3F |
| Octal | 305 | 174 | 203 | 0 | 45 | 42 | 27 | 542 | 47 | 77 |
| Binary | 11000101 | 1111100 | 10000011 | 0 | 100101 | 100010 | 10111 | 101100010 | 100111 | 111111 |
Color Harmonies of #C57C83
Complementary color
Monochromatic Colors of #C57C83
Black with #C57C83
Text Example
Text Example
White with #C57C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57C83; }
p { color: rgb(197,124,131); }
H1.HeaderClassName
{
color: #C57C83;
}
.AnyTagClassName
{
color: #C57C83;
}
</style>
background-color css
<style>
a { background-color: #C57C83; }
a { background-color: rgb(197,124,131); }
div.DivClassName
{
background-color: #C57C83;
}
.BgClassName
{
background-color: #C57C83;
}
</style>
border-color css
<style>
span { border-color: #C57C83; }
span { border-color: rgb(197,124,131); }
td.TdClassName
{
border-color: #C57C83;
}
.TagClassName
{
border-color: #C57C83;
}
</style>