Shades of Froly #CE6972
Tints of Froly #CE6972
RGB
CMYK
RGB Variations
Color information
#CE6972 (or 0xCE6972) is known color: Froly. HEX triplet: CE, 69 and 72. RGB value is (206,105,114). Sum of RGB (Red+Green+Blue) = 206+105+114=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6972 is #31968D. Grayscale: #888888. Windows color (decimal): -3249806 or 7498190. OLE color: 7498190.
HSL color Cylindrical-coordinate representation of color #CE6972: hue angle of 354.65º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6972 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 114 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.19 |
| HSL | 354.65º | 0.51% | 0.61% | - |
| HSV(B) | 354.65º | 0.49% | 0.81% | - |
| XYZ | 33.54 | 24.44 | 18.87 | - |
| YUV | 136.23 | 115.46 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 114 | 0 | 0.49 | 0.45 | 0.19 | 354.65 | 0.51 | 0.61 |
| Hex | CE | 69 | 72 | 0 | 31 | 2D | 13 | 163 | 33 | 3D |
| Octal | 316 | 151 | 162 | 0 | 61 | 55 | 23 | 543 | 63 | 75 |
| Binary | 11001110 | 1101001 | 1110010 | 0 | 110001 | 101101 | 10011 | 101100011 | 110011 | 111101 |
Color Harmonies of #CE6972
Complementary color
Monochromatic Colors of #CE6972
Black with #CE6972
Text Example
Text Example
White with #CE6972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6972; }
p { color: rgb(206,105,114); }
H1.HeaderClassName
{
color: #CE6972;
}
.AnyTagClassName
{
color: #CE6972;
}
</style>
background-color css
<style>
a { background-color: #CE6972; }
a { background-color: rgb(206,105,114); }
div.DivClassName
{
background-color: #CE6972;
}
.BgClassName
{
background-color: #CE6972;
}
</style>
border-color css
<style>
span { border-color: #CE6972; }
span { border-color: rgb(206,105,114); }
td.TdClassName
{
border-color: #CE6972;
}
.TagClassName
{
border-color: #CE6972;
}
</style>