Shades of Froly #CE6C70
Tints of Froly #CE6C70
RGB
CMYK
RGB Variations
Color information
#CE6C70 (or 0xCE6C70) is known color: Froly. HEX triplet: CE, 6C and 70. RGB value is (206,108,112). Sum of RGB (Red+Green+Blue) = 206+108+112=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6C70 is #31938F. Grayscale: #898989. Windows color (decimal): -3249040 or 7367886. OLE color: 7367886.
HSL color Cylindrical-coordinate representation of color #CE6C70: hue angle of 357.55º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6C70 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 112 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.19 |
| HSL | 357.55º | 0.5% | 0.62% | - |
| HSV(B) | 357.55º | 0.48% | 0.81% | - |
| XYZ | 33.74 | 25.02 | 18.38 | - |
| YUV | 137.76 | 113.47 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 112 | 0 | 0.48 | 0.46 | 0.19 | 357.55 | 0.5 | 0.62 |
| Hex | CE | 6C | 70 | 0 | 30 | 2E | 13 | 166 | 32 | 3E |
| Octal | 316 | 154 | 160 | 0 | 60 | 56 | 23 | 546 | 62 | 76 |
| Binary | 11001110 | 1101100 | 1110000 | 0 | 110000 | 101110 | 10011 | 101100110 | 110010 | 111110 |
Color Harmonies of #CE6C70
Complementary color
Monochromatic Colors of #CE6C70
Black with #CE6C70
Text Example
Text Example
White with #CE6C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6C70; }
p { color: rgb(206,108,112); }
H1.HeaderClassName
{
color: #CE6C70;
}
.AnyTagClassName
{
color: #CE6C70;
}
</style>
background-color css
<style>
a { background-color: #CE6C70; }
a { background-color: rgb(206,108,112); }
div.DivClassName
{
background-color: #CE6C70;
}
.BgClassName
{
background-color: #CE6C70;
}
</style>
border-color css
<style>
span { border-color: #CE6C70; }
span { border-color: rgb(206,108,112); }
td.TdClassName
{
border-color: #CE6C70;
}
.TagClassName
{
border-color: #CE6C70;
}
</style>