Shades of Froly #C56F70
Tints of Froly #C56F70
RGB
CMYK
RGB Variations
Color information
#C56F70 (or 0xC56F70) is known color: Froly. HEX triplet: C5, 6F and 70. RGB value is (197,111,112). Sum of RGB (Red+Green+Blue) = 197+111+112=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56F70 is #3A908F. Grayscale: #888888. Windows color (decimal): -3838096 or 7368645. OLE color: 7368645.
HSL color Cylindrical-coordinate representation of color #C56F70: hue angle of 359.3º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C56F70 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 112 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.23 |
| HSL | 359.3º | 0.43% | 0.6% | - |
| HSV(B) | 359.3º | 0.44% | 0.77% | - |
| XYZ | 31.64 | 24.41 | 18.37 | - |
| YUV | 136.83 | 113.99 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 112 | 0 | 0.44 | 0.43 | 0.23 | 359.3 | 0.43 | 0.6 |
| Hex | C5 | 6F | 70 | 0 | 2C | 2B | 17 | 167 | 2B | 3C |
| Octal | 305 | 157 | 160 | 0 | 54 | 53 | 27 | 547 | 53 | 74 |
| Binary | 11000101 | 1101111 | 1110000 | 0 | 101100 | 101011 | 10111 | 101100111 | 101011 | 111100 |
Color Harmonies of #C56F70
Complementary color
Monochromatic Colors of #C56F70
Black with #C56F70
Text Example
Text Example
White with #C56F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F70; }
p { color: rgb(197,111,112); }
H1.HeaderClassName
{
color: #C56F70;
}
.AnyTagClassName
{
color: #C56F70;
}
</style>
background-color css
<style>
a { background-color: #C56F70; }
a { background-color: rgb(197,111,112); }
div.DivClassName
{
background-color: #C56F70;
}
.BgClassName
{
background-color: #C56F70;
}
</style>
border-color css
<style>
span { border-color: #C56F70; }
span { border-color: rgb(197,111,112); }
td.TdClassName
{
border-color: #C56F70;
}
.TagClassName
{
border-color: #C56F70;
}
</style>