Shades of Froly #CE7078
Tints of Froly #CE7078
RGB
CMYK
RGB Variations
Color information
#CE7078 (or 0xCE7078) is known color: Froly. HEX triplet: CE, 70 and 78. RGB value is (206,112,120). Sum of RGB (Red+Green+Blue) = 206+112+120=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7078 is #318F87. Grayscale: #8D8D8D. Windows color (decimal): -3248008 or 7893198. OLE color: 7893198.
HSL color Cylindrical-coordinate representation of color #CE7078: hue angle of 354.89º 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 #CE7078 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 120 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.19 |
| HSL | 354.89º | 0.49% | 0.62% | - |
| HSV(B) | 354.89º | 0.46% | 0.81% | - |
| XYZ | 34.64 | 26.07 | 20.97 | - |
| YUV | 141.02 | 116.14 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 120 | 0 | 0.46 | 0.42 | 0.19 | 354.89 | 0.49 | 0.62 |
| Hex | CE | 70 | 78 | 0 | 2E | 2A | 13 | 163 | 31 | 3E |
| Octal | 316 | 160 | 170 | 0 | 56 | 52 | 23 | 543 | 61 | 76 |
| Binary | 11001110 | 1110000 | 1111000 | 0 | 101110 | 101010 | 10011 | 101100011 | 110001 | 111110 |
Color Harmonies of #CE7078
Complementary color
Monochromatic Colors of #CE7078
Black with #CE7078
Text Example
Text Example
White with #CE7078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7078; }
p { color: rgb(206,112,120); }
H1.HeaderClassName
{
color: #CE7078;
}
.AnyTagClassName
{
color: #CE7078;
}
</style>
background-color css
<style>
a { background-color: #CE7078; }
a { background-color: rgb(206,112,120); }
div.DivClassName
{
background-color: #CE7078;
}
.BgClassName
{
background-color: #CE7078;
}
</style>
border-color css
<style>
span { border-color: #CE7078; }
span { border-color: rgb(206,112,120); }
td.TdClassName
{
border-color: #CE7078;
}
.TagClassName
{
border-color: #CE7078;
}
</style>