Shades of Froly #C66F70
Tints of Froly #C66F70
RGB
CMYK
RGB Variations
Color information
#C66F70 (or 0xC66F70) is known color: Froly. HEX triplet: C6, 6F and 70. RGB value is (198,111,112). Sum of RGB (Red+Green+Blue) = 198+111+112=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66F70 is #39908F. Grayscale: #898989. Windows color (decimal): -3772560 or 7368646. OLE color: 7368646.
HSL color Cylindrical-coordinate representation of color #C66F70: hue angle of 359.31º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66F70 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 112 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.22 |
| HSL | 359.31º | 0.43% | 0.61% | - |
| HSV(B) | 359.31º | 0.44% | 0.78% | - |
| XYZ | 31.9 | 24.54 | 18.39 | - |
| YUV | 137.13 | 113.82 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 112 | 0 | 0.44 | 0.43 | 0.22 | 359.31 | 0.43 | 0.61 |
| Hex | C6 | 6F | 70 | 0 | 2C | 2B | 16 | 167 | 2B | 3D |
| Octal | 306 | 157 | 160 | 0 | 54 | 53 | 26 | 547 | 53 | 75 |
| Binary | 11000110 | 1101111 | 1110000 | 0 | 101100 | 101011 | 10110 | 101100111 | 101011 | 111101 |
Color Harmonies of #C66F70
Complementary color
Monochromatic Colors of #C66F70
Black with #C66F70
Text Example
Text Example
White with #C66F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F70; }
p { color: rgb(198,111,112); }
H1.HeaderClassName
{
color: #C66F70;
}
.AnyTagClassName
{
color: #C66F70;
}
</style>
background-color css
<style>
a { background-color: #C66F70; }
a { background-color: rgb(198,111,112); }
div.DivClassName
{
background-color: #C66F70;
}
.BgClassName
{
background-color: #C66F70;
}
</style>
border-color css
<style>
span { border-color: #C66F70; }
span { border-color: rgb(198,111,112); }
td.TdClassName
{
border-color: #C66F70;
}
.TagClassName
{
border-color: #C66F70;
}
</style>