Shades of Froly #CE7378
Tints of Froly #CE7378
RGB
CMYK
RGB Variations
Color information
#CE7378 (or 0xCE7378) is known color: Froly. HEX triplet: CE, 73 and 78. RGB value is (206,115,120). Sum of RGB (Red+Green+Blue) = 206+115+120=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7378 is #318C87. Grayscale: #8E8E8E. Windows color (decimal): -3247240 or 7893966. OLE color: 7893966.
HSL color Cylindrical-coordinate representation of color #CE7378: hue angle of 356.7º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE7378 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 120 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.19 |
| HSL | 356.7º | 0.48% | 0.63% | - |
| HSV(B) | 356.7º | 0.44% | 0.81% | - |
| XYZ | 34.97 | 26.74 | 21.09 | - |
| YUV | 142.78 | 115.15 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 120 | 0 | 0.44 | 0.42 | 0.19 | 356.7 | 0.48 | 0.63 |
| Hex | CE | 73 | 78 | 0 | 2C | 2A | 13 | 165 | 30 | 3F |
| Octal | 316 | 163 | 170 | 0 | 54 | 52 | 23 | 545 | 60 | 77 |
| Binary | 11001110 | 1110011 | 1111000 | 0 | 101100 | 101010 | 10011 | 101100101 | 110000 | 111111 |
Color Harmonies of #CE7378
Complementary color
Monochromatic Colors of #CE7378
Black with #CE7378
Text Example
Text Example
White with #CE7378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7378; }
p { color: rgb(206,115,120); }
H1.HeaderClassName
{
color: #CE7378;
}
.AnyTagClassName
{
color: #CE7378;
}
</style>
background-color css
<style>
a { background-color: #CE7378; }
a { background-color: rgb(206,115,120); }
div.DivClassName
{
background-color: #CE7378;
}
.BgClassName
{
background-color: #CE7378;
}
</style>
border-color css
<style>
span { border-color: #CE7378; }
span { border-color: rgb(206,115,120); }
td.TdClassName
{
border-color: #CE7378;
}
.TagClassName
{
border-color: #CE7378;
}
</style>