Shades of Froly #CE6F74
Tints of Froly #CE6F74
RGB
CMYK
RGB Variations
Color information
#CE6F74 (or 0xCE6F74) is known color: Froly. HEX triplet: CE, 6F and 74. RGB value is (206,111,116). Sum of RGB (Red+Green+Blue) = 206+111+116=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F74 is #31908B. Grayscale: #8C8C8C. Windows color (decimal): -3248268 or 7630798. OLE color: 7630798.
HSL color Cylindrical-coordinate representation of color #CE6F74: hue angle of 356.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE6F74 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 116 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.19 |
| HSL | 356.84º | 0.49% | 0.62% | - |
| HSV(B) | 356.84º | 0.46% | 0.81% | - |
| XYZ | 34.29 | 25.75 | 19.69 | - |
| YUV | 139.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 116 | 0 | 0.46 | 0.44 | 0.19 | 356.84 | 0.49 | 0.62 |
| Hex | CE | 6F | 74 | 0 | 2E | 2C | 13 | 165 | 31 | 3E |
| Octal | 316 | 157 | 164 | 0 | 56 | 54 | 23 | 545 | 61 | 76 |
| Binary | 11001110 | 1101111 | 1110100 | 0 | 101110 | 101100 | 10011 | 101100101 | 110001 | 111110 |
Color Harmonies of #CE6F74
Complementary color
Monochromatic Colors of #CE6F74
Black with #CE6F74
Text Example
Text Example
White with #CE6F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F74; }
p { color: rgb(206,111,116); }
H1.HeaderClassName
{
color: #CE6F74;
}
.AnyTagClassName
{
color: #CE6F74;
}
</style>
background-color css
<style>
a { background-color: #CE6F74; }
a { background-color: rgb(206,111,116); }
div.DivClassName
{
background-color: #CE6F74;
}
.BgClassName
{
background-color: #CE6F74;
}
</style>
border-color css
<style>
span { border-color: #CE6F74; }
span { border-color: rgb(206,111,116); }
td.TdClassName
{
border-color: #CE6F74;
}
.TagClassName
{
border-color: #CE6F74;
}
</style>