Shades of Froly #C66D6F
Tints of Froly #C66D6F
RGB
CMYK
RGB Variations
Color information
#C66D6F (or 0xC66D6F) is known color: Froly. HEX triplet: C6, 6D and 6F. RGB value is (198,109,111). Sum of RGB (Red+Green+Blue) = 198+109+111=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66D6F is #399290. Grayscale: #878787. Windows color (decimal): -3773073 or 7302598. OLE color: 7302598.
HSL color Cylindrical-coordinate representation of color #C66D6F: hue angle of 358.65º 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 #C66D6F is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 111 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.22 |
| HSL | 358.65º | 0.44% | 0.6% | - |
| HSV(B) | 358.65º | 0.45% | 0.78% | - |
| XYZ | 31.63 | 24.09 | 18.02 | - |
| YUV | 135.84 | 113.99 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 111 | 0 | 0.45 | 0.44 | 0.22 | 358.65 | 0.44 | 0.6 |
| Hex | C6 | 6D | 6F | 0 | 2D | 2C | 16 | 167 | 2C | 3C |
| Octal | 306 | 155 | 157 | 0 | 55 | 54 | 26 | 547 | 54 | 74 |
| Binary | 11000110 | 1101101 | 1101111 | 0 | 101101 | 101100 | 10110 | 101100111 | 101100 | 111100 |
Color Harmonies of #C66D6F
Complementary color
Monochromatic Colors of #C66D6F
Black with #C66D6F
Text Example
Text Example
White with #C66D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66D6F; }
p { color: rgb(198,109,111); }
H1.HeaderClassName
{
color: #C66D6F;
}
.AnyTagClassName
{
color: #C66D6F;
}
</style>
background-color css
<style>
a { background-color: #C66D6F; }
a { background-color: rgb(198,109,111); }
div.DivClassName
{
background-color: #C66D6F;
}
.BgClassName
{
background-color: #C66D6F;
}
</style>
border-color css
<style>
span { border-color: #C66D6F; }
span { border-color: rgb(198,109,111); }
td.TdClassName
{
border-color: #C66D6F;
}
.TagClassName
{
border-color: #C66D6F;
}
</style>