Shades of Charm #C57881
Tints of Charm #C57881
RGB
CMYK
RGB Variations
Color information
#C57881 (or 0xC57881) is known color: Charm. HEX triplet: C5, 78 and 81. RGB value is (197,120,129). Sum of RGB (Red+Green+Blue) = 197+120+129=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C57881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57881 is #3A877E. Grayscale: #909090. Windows color (decimal): -3835775 or 8485061. OLE color: 8485061.
HSL color Cylindrical-coordinate representation of color #C57881: hue angle of 352.99º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57881 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 129 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.23 |
| HSL | 352.99º | 0.4% | 0.62% | - |
| HSV(B) | 352.99º | 0.39% | 0.77% | - |
| XYZ | 33.7 | 26.89 | 24.18 | - |
| YUV | 144.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 129 | 0 | 0.39 | 0.35 | 0.23 | 352.99 | 0.4 | 0.62 |
| Hex | C5 | 78 | 81 | 0 | 27 | 23 | 17 | 161 | 28 | 3E |
| Octal | 305 | 170 | 201 | 0 | 47 | 43 | 27 | 541 | 50 | 76 |
| Binary | 11000101 | 1111000 | 10000001 | 0 | 100111 | 100011 | 10111 | 101100001 | 101000 | 111110 |
Color Harmonies of #C57881
Complementary color
Monochromatic Colors of #C57881
Black with #C57881
Text Example
Text Example
White with #C57881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57881; }
p { color: rgb(197,120,129); }
H1.HeaderClassName
{
color: #C57881;
}
.AnyTagClassName
{
color: #C57881;
}
</style>
background-color css
<style>
a { background-color: #C57881; }
a { background-color: rgb(197,120,129); }
div.DivClassName
{
background-color: #C57881;
}
.BgClassName
{
background-color: #C57881;
}
</style>
border-color css
<style>
span { border-color: #C57881; }
span { border-color: rgb(197,120,129); }
td.TdClassName
{
border-color: #C57881;
}
.TagClassName
{
border-color: #C57881;
}
</style>