Shades of Froly #C57172
Tints of Froly #C57172
RGB
CMYK
RGB Variations
Color information
#C57172 (or 0xC57172) is known color: Froly. HEX triplet: C5, 71 and 72. RGB value is (197,113,114). Sum of RGB (Red+Green+Blue) = 197+113+114=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C57172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57172 is #3A8E8D. Grayscale: #8A8A8A. Windows color (decimal): -3837582 or 7500229. OLE color: 7500229.
HSL color Cylindrical-coordinate representation of color #C57172: hue angle of 359.29º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C57172 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 114 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.23 |
| HSL | 359.29º | 0.42% | 0.61% | - |
| HSV(B) | 359.29º | 0.43% | 0.77% | - |
| XYZ | 31.97 | 24.9 | 19.04 | - |
| YUV | 138.23 | 114.33 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 114 | 0 | 0.43 | 0.42 | 0.23 | 359.29 | 0.42 | 0.61 |
| Hex | C5 | 71 | 72 | 0 | 2B | 2A | 17 | 167 | 2A | 3D |
| Octal | 305 | 161 | 162 | 0 | 53 | 52 | 27 | 547 | 52 | 75 |
| Binary | 11000101 | 1110001 | 1110010 | 0 | 101011 | 101010 | 10111 | 101100111 | 101010 | 111101 |
Color Harmonies of #C57172
Complementary color
Monochromatic Colors of #C57172
Black with #C57172
Text Example
Text Example
White with #C57172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57172; }
p { color: rgb(197,113,114); }
H1.HeaderClassName
{
color: #C57172;
}
.AnyTagClassName
{
color: #C57172;
}
</style>
background-color css
<style>
a { background-color: #C57172; }
a { background-color: rgb(197,113,114); }
div.DivClassName
{
background-color: #C57172;
}
.BgClassName
{
background-color: #C57172;
}
</style>
border-color css
<style>
span { border-color: #C57172; }
span { border-color: rgb(197,113,114); }
td.TdClassName
{
border-color: #C57172;
}
.TagClassName
{
border-color: #C57172;
}
</style>