Shades of Froly #C66E71
Tints of Froly #C66E71
RGB
CMYK
RGB Variations
Color information
#C66E71 (or 0xC66E71) is known color: Froly. HEX triplet: C6, 6E and 71. RGB value is (198,110,113). Sum of RGB (Red+Green+Blue) = 198+110+113=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66E71 is #39918E. Grayscale: #888888. Windows color (decimal): -3772815 or 7433926. OLE color: 7433926.
HSL color Cylindrical-coordinate representation of color #C66E71: hue angle of 357.95º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66E71 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 110 | 113 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.22 |
| HSL | 357.95º | 0.44% | 0.6% | - |
| HSV(B) | 357.95º | 0.44% | 0.78% | - |
| XYZ | 31.85 | 24.35 | 18.64 | - |
| YUV | 136.65 | 114.65 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 113 | 0 | 0.44 | 0.43 | 0.22 | 357.95 | 0.44 | 0.6 |
| Hex | C6 | 6E | 71 | 0 | 2C | 2B | 16 | 166 | 2C | 3C |
| Octal | 306 | 156 | 161 | 0 | 54 | 53 | 26 | 546 | 54 | 74 |
| Binary | 11000110 | 1101110 | 1110001 | 0 | 101100 | 101011 | 10110 | 101100110 | 101100 | 111100 |
Color Harmonies of #C66E71
Complementary color
Monochromatic Colors of #C66E71
Black with #C66E71
Text Example
Text Example
White with #C66E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66E71; }
p { color: rgb(198,110,113); }
H1.HeaderClassName
{
color: #C66E71;
}
.AnyTagClassName
{
color: #C66E71;
}
</style>
background-color css
<style>
a { background-color: #C66E71; }
a { background-color: rgb(198,110,113); }
div.DivClassName
{
background-color: #C66E71;
}
.BgClassName
{
background-color: #C66E71;
}
</style>
border-color css
<style>
span { border-color: #C66E71; }
span { border-color: rgb(198,110,113); }
td.TdClassName
{
border-color: #C66E71;
}
.TagClassName
{
border-color: #C66E71;
}
</style>