Shades of Charm #C57F81
Tints of Charm #C57F81
RGB
CMYK
RGB Variations
Color information
#C57F81 (or 0xC57F81) is known color: Charm. HEX triplet: C5, 7F and 81. RGB value is (197,127,129). Sum of RGB (Red+Green+Blue) = 197+127+129=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57F81 is #3A807E. Grayscale: #949494. Windows color (decimal): -3833983 or 8486853. OLE color: 8486853.
HSL color Cylindrical-coordinate representation of color #C57F81: hue angle of 358.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57F81 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 129 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.23 |
| HSL | 358.29º | 0.38% | 0.64% | - |
| HSV(B) | 358.29º | 0.36% | 0.77% | - |
| XYZ | 34.58 | 28.63 | 24.47 | - |
| YUV | 148.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 129 | 0 | 0.36 | 0.35 | 0.23 | 358.29 | 0.38 | 0.64 |
| Hex | C5 | 7F | 81 | 0 | 24 | 23 | 17 | 166 | 26 | 40 |
| Octal | 305 | 177 | 201 | 0 | 44 | 43 | 27 | 546 | 46 | 100 |
| Binary | 11000101 | 1111111 | 10000001 | 0 | 100100 | 100011 | 10111 | 101100110 | 100110 | 1000000 |
Color Harmonies of #C57F81
Complementary color
Monochromatic Colors of #C57F81
Black with #C57F81
Text Example
Text Example
White with #C57F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F81; }
p { color: rgb(197,127,129); }
H1.HeaderClassName
{
color: #C57F81;
}
.AnyTagClassName
{
color: #C57F81;
}
</style>
background-color css
<style>
a { background-color: #C57F81; }
a { background-color: rgb(197,127,129); }
div.DivClassName
{
background-color: #C57F81;
}
.BgClassName
{
background-color: #C57F81;
}
</style>
border-color css
<style>
span { border-color: #C57F81; }
span { border-color: rgb(197,127,129); }
td.TdClassName
{
border-color: #C57F81;
}
.TagClassName
{
border-color: #C57F81;
}
</style>