Shades of Charm #C57B85
Tints of Charm #C57B85
RGB
CMYK
RGB Variations
Color information
#C57B85 (or 0xC57B85) is known color: Charm. HEX triplet: C5, 7B and 85. RGB value is (197,123,133). Sum of RGB (Red+Green+Blue) = 197+123+133=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57B85 is #3A847A. Grayscale: #929292. Windows color (decimal): -3835003 or 8747973. OLE color: 8747973.
HSL color Cylindrical-coordinate representation of color #C57B85: hue angle of 351.89º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57B85 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 133 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.23 |
| HSL | 351.89º | 0.39% | 0.63% | - |
| HSV(B) | 351.89º | 0.38% | 0.77% | - |
| XYZ | 34.34 | 27.73 | 25.73 | - |
| YUV | 146.27 | 120.52 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 133 | 0 | 0.38 | 0.32 | 0.23 | 351.89 | 0.39 | 0.63 |
| Hex | C5 | 7B | 85 | 0 | 26 | 20 | 17 | 160 | 27 | 3F |
| Octal | 305 | 173 | 205 | 0 | 46 | 40 | 27 | 540 | 47 | 77 |
| Binary | 11000101 | 1111011 | 10000101 | 0 | 100110 | 100000 | 10111 | 101100000 | 100111 | 111111 |
Color Harmonies of #C57B85
Complementary color
Monochromatic Colors of #C57B85
Black with #C57B85
Text Example
Text Example
White with #C57B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B85; }
p { color: rgb(197,123,133); }
H1.HeaderClassName
{
color: #C57B85;
}
.AnyTagClassName
{
color: #C57B85;
}
</style>
background-color css
<style>
a { background-color: #C57B85; }
a { background-color: rgb(197,123,133); }
div.DivClassName
{
background-color: #C57B85;
}
.BgClassName
{
background-color: #C57B85;
}
</style>
border-color css
<style>
span { border-color: #C57B85; }
span { border-color: rgb(197,123,133); }
td.TdClassName
{
border-color: #C57B85;
}
.TagClassName
{
border-color: #C57B85;
}
</style>