Shades of Froly #CE6F72
Tints of Froly #CE6F72
RGB
CMYK
RGB Variations
Color information
#CE6F72 (or 0xCE6F72) is known color: Froly. HEX triplet: CE, 6F and 72. RGB value is (206,111,114). Sum of RGB (Red+Green+Blue) = 206+111+114=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F72 is #31908D. Grayscale: #8B8B8B. Windows color (decimal): -3248270 or 7499726. OLE color: 7499726.
HSL color Cylindrical-coordinate representation of color #CE6F72: hue angle of 358.11º 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 #CE6F72 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 114 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.19 |
| HSL | 358.11º | 0.49% | 0.62% | - |
| HSV(B) | 358.11º | 0.46% | 0.81% | - |
| XYZ | 34.18 | 25.71 | 19.08 | - |
| YUV | 139.75 | 113.47 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 114 | 0 | 0.46 | 0.45 | 0.19 | 358.11 | 0.49 | 0.62 |
| Hex | CE | 6F | 72 | 0 | 2E | 2D | 13 | 166 | 31 | 3E |
| Octal | 316 | 157 | 162 | 0 | 56 | 55 | 23 | 546 | 61 | 76 |
| Binary | 11001110 | 1101111 | 1110010 | 0 | 101110 | 101101 | 10011 | 101100110 | 110001 | 111110 |
Color Harmonies of #CE6F72
Complementary color
Monochromatic Colors of #CE6F72
Black with #CE6F72
Text Example
Text Example
White with #CE6F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F72; }
p { color: rgb(206,111,114); }
H1.HeaderClassName
{
color: #CE6F72;
}
.AnyTagClassName
{
color: #CE6F72;
}
</style>
background-color css
<style>
a { background-color: #CE6F72; }
a { background-color: rgb(206,111,114); }
div.DivClassName
{
background-color: #CE6F72;
}
.BgClassName
{
background-color: #CE6F72;
}
</style>
border-color css
<style>
span { border-color: #CE6F72; }
span { border-color: rgb(206,111,114); }
td.TdClassName
{
border-color: #CE6F72;
}
.TagClassName
{
border-color: #CE6F72;
}
</style>