Shades of Charm #C57B8F
Tints of Charm #C57B8F
RGB
CMYK
RGB Variations
Color information
#C57B8F (or 0xC57B8F) is known color: Charm. HEX triplet: C5, 7B and 8F. RGB value is (197,123,143). Sum of RGB (Red+Green+Blue) = 197+123+143=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57B8F is #3A8470. Grayscale: #939393. Windows color (decimal): -3834993 or 9403333. OLE color: 9403333.
HSL color Cylindrical-coordinate representation of color #C57B8F: hue angle of 343.78º 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 #C57B8F is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 143 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.23 |
| HSL | 343.78º | 0.39% | 0.63% | - |
| HSV(B) | 343.78º | 0.38% | 0.77% | - |
| XYZ | 35.07 | 28.02 | 29.55 | - |
| YUV | 147.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 143 | 0 | 0.38 | 0.27 | 0.23 | 343.78 | 0.39 | 0.63 |
| Hex | C5 | 7B | 8F | 0 | 26 | 1B | 17 | 158 | 27 | 3F |
| Octal | 305 | 173 | 217 | 0 | 46 | 33 | 27 | 530 | 47 | 77 |
| Binary | 11000101 | 1111011 | 10001111 | 0 | 100110 | 11011 | 10111 | 101011000 | 100111 | 111111 |
Color Harmonies of #C57B8F
Complementary color
Monochromatic Colors of #C57B8F
Black with #C57B8F
Text Example
Text Example
White with #C57B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B8F; }
p { color: rgb(197,123,143); }
H1.HeaderClassName
{
color: #C57B8F;
}
.AnyTagClassName
{
color: #C57B8F;
}
</style>
background-color css
<style>
a { background-color: #C57B8F; }
a { background-color: rgb(197,123,143); }
div.DivClassName
{
background-color: #C57B8F;
}
.BgClassName
{
background-color: #C57B8F;
}
</style>
border-color css
<style>
span { border-color: #C57B8F; }
span { border-color: rgb(197,123,143); }
td.TdClassName
{
border-color: #C57B8F;
}
.TagClassName
{
border-color: #C57B8F;
}
</style>