Shades of Froly #CE7177
Tints of Froly #CE7177
RGB
CMYK
RGB Variations
Color information
#CE7177 (or 0xCE7177) is known color: Froly. HEX triplet: CE, 71 and 77. RGB value is (206,113,119). Sum of RGB (Red+Green+Blue) = 206+113+119=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7177 is #318E88. Grayscale: #8D8D8D. Windows color (decimal): -3247753 or 7827918. OLE color: 7827918.
HSL color Cylindrical-coordinate representation of color #CE7177: hue angle of 356.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE7177 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 119 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.19 |
| HSL | 356.13º | 0.49% | 0.63% | - |
| HSV(B) | 356.13º | 0.45% | 0.81% | - |
| XYZ | 34.69 | 26.26 | 20.69 | - |
| YUV | 141.49 | 115.31 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 119 | 0 | 0.45 | 0.42 | 0.19 | 356.13 | 0.49 | 0.63 |
| Hex | CE | 71 | 77 | 0 | 2D | 2A | 13 | 164 | 31 | 3F |
| Octal | 316 | 161 | 167 | 0 | 55 | 52 | 23 | 544 | 61 | 77 |
| Binary | 11001110 | 1110001 | 1110111 | 0 | 101101 | 101010 | 10011 | 101100100 | 110001 | 111111 |
Color Harmonies of #CE7177
Complementary color
Monochromatic Colors of #CE7177
Black with #CE7177
Text Example
Text Example
White with #CE7177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7177; }
p { color: rgb(206,113,119); }
H1.HeaderClassName
{
color: #CE7177;
}
.AnyTagClassName
{
color: #CE7177;
}
</style>
background-color css
<style>
a { background-color: #CE7177; }
a { background-color: rgb(206,113,119); }
div.DivClassName
{
background-color: #CE7177;
}
.BgClassName
{
background-color: #CE7177;
}
</style>
border-color css
<style>
span { border-color: #CE7177; }
span { border-color: rgb(206,113,119); }
td.TdClassName
{
border-color: #CE7177;
}
.TagClassName
{
border-color: #CE7177;
}
</style>