Shades of Froly #CE7578
Tints of Froly #CE7578
RGB
CMYK
RGB Variations
Color information
#CE7578 (or 0xCE7578) is known color: Froly. HEX triplet: CE, 75 and 78. RGB value is (206,117,120). Sum of RGB (Red+Green+Blue) = 206+117+120=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7578 is #318A87. Grayscale: #909090. Windows color (decimal): -3246728 or 7894478. OLE color: 7894478.
HSL color Cylindrical-coordinate representation of color #CE7578: hue angle of 357.98º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7578 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 120 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.19 |
| HSL | 357.98º | 0.48% | 0.63% | - |
| HSV(B) | 357.98º | 0.43% | 0.81% | - |
| XYZ | 35.21 | 27.2 | 21.16 | - |
| YUV | 143.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 120 | 0 | 0.43 | 0.42 | 0.19 | 357.98 | 0.48 | 0.63 |
| Hex | CE | 75 | 78 | 0 | 2B | 2A | 13 | 166 | 30 | 3F |
| Octal | 316 | 165 | 170 | 0 | 53 | 52 | 23 | 546 | 60 | 77 |
| Binary | 11001110 | 1110101 | 1111000 | 0 | 101011 | 101010 | 10011 | 101100110 | 110000 | 111111 |
Color Harmonies of #CE7578
Complementary color
Monochromatic Colors of #CE7578
Black with #CE7578
Text Example
Text Example
White with #CE7578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7578; }
p { color: rgb(206,117,120); }
H1.HeaderClassName
{
color: #CE7578;
}
.AnyTagClassName
{
color: #CE7578;
}
</style>
background-color css
<style>
a { background-color: #CE7578; }
a { background-color: rgb(206,117,120); }
div.DivClassName
{
background-color: #CE7578;
}
.BgClassName
{
background-color: #CE7578;
}
</style>
border-color css
<style>
span { border-color: #CE7578; }
span { border-color: rgb(206,117,120); }
td.TdClassName
{
border-color: #CE7578;
}
.TagClassName
{
border-color: #CE7578;
}
</style>