Shades of Froly #CE686D
Tints of Froly #CE686D
RGB
CMYK
RGB Variations
Color information
#CE686D (or 0xCE686D) is known color: Froly. HEX triplet: CE, 68 and 6D. RGB value is (206,104,109). Sum of RGB (Red+Green+Blue) = 206+104+109=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE686D is #319792. Grayscale: #878787. Windows color (decimal): -3250067 or 7170254. OLE color: 7170254.
HSL color Cylindrical-coordinate representation of color #CE686D: hue angle of 357.06º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE686D is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 109 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.19 |
| HSL | 357.06º | 0.51% | 0.61% | - |
| HSV(B) | 357.06º | 0.5% | 0.81% | - |
| XYZ | 33.16 | 24.13 | 17.38 | - |
| YUV | 135.07 | 113.29 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 109 | 0 | 0.50 | 0.47 | 0.19 | 357.06 | 0.51 | 0.61 |
| Hex | CE | 68 | 6D | 0 | 32 | 2F | 13 | 165 | 33 | 3D |
| Octal | 316 | 150 | 155 | 0 | 62 | 57 | 23 | 545 | 63 | 75 |
| Binary | 11001110 | 1101000 | 1101101 | 0 | 110010 | 101111 | 10011 | 101100101 | 110011 | 111101 |
Color Harmonies of #CE686D
Complementary color
Monochromatic Colors of #CE686D
Black with #CE686D
Text Example
Text Example
White with #CE686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE686D; }
p { color: rgb(206,104,109); }
H1.HeaderClassName
{
color: #CE686D;
}
.AnyTagClassName
{
color: #CE686D;
}
</style>
background-color css
<style>
a { background-color: #CE686D; }
a { background-color: rgb(206,104,109); }
div.DivClassName
{
background-color: #CE686D;
}
.BgClassName
{
background-color: #CE686D;
}
</style>
border-color css
<style>
span { border-color: #CE686D; }
span { border-color: rgb(206,104,109); }
td.TdClassName
{
border-color: #CE686D;
}
.TagClassName
{
border-color: #CE686D;
}
</style>