Shades of Froly #C66D71
Tints of Froly #C66D71
RGB
CMYK
RGB Variations
Color information
#C66D71 (or 0xC66D71) is known color: Froly. HEX triplet: C6, 6D and 71. RGB value is (198,109,113). Sum of RGB (Red+Green+Blue) = 198+109+113=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66D71 is #39928E. Grayscale: #888888. Windows color (decimal): -3773071 or 7433670. OLE color: 7433670.
HSL color Cylindrical-coordinate representation of color #C66D71: hue angle of 357.3º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66D71 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 113 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.22 |
| HSL | 357.3º | 0.44% | 0.6% | - |
| HSV(B) | 357.3º | 0.45% | 0.78% | - |
| XYZ | 31.74 | 24.14 | 18.61 | - |
| YUV | 136.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 113 | 0 | 0.45 | 0.43 | 0.22 | 357.3 | 0.44 | 0.6 |
| Hex | C6 | 6D | 71 | 0 | 2D | 2B | 16 | 165 | 2C | 3C |
| Octal | 306 | 155 | 161 | 0 | 55 | 53 | 26 | 545 | 54 | 74 |
| Binary | 11000110 | 1101101 | 1110001 | 0 | 101101 | 101011 | 10110 | 101100101 | 101100 | 111100 |
Color Harmonies of #C66D71
Complementary color
Monochromatic Colors of #C66D71
Black with #C66D71
Text Example
Text Example
White with #C66D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66D71; }
p { color: rgb(198,109,113); }
H1.HeaderClassName
{
color: #C66D71;
}
.AnyTagClassName
{
color: #C66D71;
}
</style>
background-color css
<style>
a { background-color: #C66D71; }
a { background-color: rgb(198,109,113); }
div.DivClassName
{
background-color: #C66D71;
}
.BgClassName
{
background-color: #C66D71;
}
</style>
border-color css
<style>
span { border-color: #C66D71; }
span { border-color: rgb(198,109,113); }
td.TdClassName
{
border-color: #C66D71;
}
.TagClassName
{
border-color: #C66D71;
}
</style>