Shades of Charm #C57785
Tints of Charm #C57785
RGB
CMYK
RGB Variations
Color information
#C57785 (or 0xC57785) is known color: Charm. HEX triplet: C5, 77 and 85. RGB value is (197,119,133). Sum of RGB (Red+Green+Blue) = 197+119+133=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C57785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57785 is #3A887A. Grayscale: #8F8F8F. Windows color (decimal): -3836027 or 8746949. OLE color: 8746949.
HSL color Cylindrical-coordinate representation of color #C57785: hue angle of 349.23º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57785 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 133 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.23 |
| HSL | 349.23º | 0.4% | 0.62% | - |
| HSV(B) | 349.23º | 0.4% | 0.77% | - |
| XYZ | 33.86 | 26.76 | 25.57 | - |
| YUV | 143.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 133 | 0 | 0.40 | 0.32 | 0.23 | 349.23 | 0.4 | 0.62 |
| Hex | C5 | 77 | 85 | 0 | 28 | 20 | 17 | 15D | 28 | 3E |
| Octal | 305 | 167 | 205 | 0 | 50 | 40 | 27 | 535 | 50 | 76 |
| Binary | 11000101 | 1110111 | 10000101 | 0 | 101000 | 100000 | 10111 | 101011101 | 101000 | 111110 |
Color Harmonies of #C57785
Complementary color
Monochromatic Colors of #C57785
Black with #C57785
Text Example
Text Example
White with #C57785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57785; }
p { color: rgb(197,119,133); }
H1.HeaderClassName
{
color: #C57785;
}
.AnyTagClassName
{
color: #C57785;
}
</style>
background-color css
<style>
a { background-color: #C57785; }
a { background-color: rgb(197,119,133); }
div.DivClassName
{
background-color: #C57785;
}
.BgClassName
{
background-color: #C57785;
}
</style>
border-color css
<style>
span { border-color: #C57785; }
span { border-color: rgb(197,119,133); }
td.TdClassName
{
border-color: #C57785;
}
.TagClassName
{
border-color: #C57785;
}
</style>