Shades of Froly #CE6872
Tints of Froly #CE6872
RGB
CMYK
RGB Variations
Color information
#CE6872 (or 0xCE6872) is known color: Froly. HEX triplet: CE, 68 and 72. RGB value is (206,104,114). Sum of RGB (Red+Green+Blue) = 206+104+114=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6872 is #31978D. Grayscale: #878787. Windows color (decimal): -3250062 or 7497934. OLE color: 7497934.
HSL color Cylindrical-coordinate representation of color #CE6872: hue angle of 354.12º 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 #CE6872 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 114 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.19 |
| HSL | 354.12º | 0.51% | 0.61% | - |
| HSV(B) | 354.12º | 0.5% | 0.81% | - |
| XYZ | 33.44 | 24.24 | 18.84 | - |
| YUV | 135.64 | 115.79 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 114 | 0 | 0.50 | 0.45 | 0.19 | 354.12 | 0.51 | 0.61 |
| Hex | CE | 68 | 72 | 0 | 32 | 2D | 13 | 162 | 33 | 3D |
| Octal | 316 | 150 | 162 | 0 | 62 | 55 | 23 | 542 | 63 | 75 |
| Binary | 11001110 | 1101000 | 1110010 | 0 | 110010 | 101101 | 10011 | 101100010 | 110011 | 111101 |
Color Harmonies of #CE6872
Complementary color
Monochromatic Colors of #CE6872
Black with #CE6872
Text Example
Text Example
White with #CE6872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6872; }
p { color: rgb(206,104,114); }
H1.HeaderClassName
{
color: #CE6872;
}
.AnyTagClassName
{
color: #CE6872;
}
</style>
background-color css
<style>
a { background-color: #CE6872; }
a { background-color: rgb(206,104,114); }
div.DivClassName
{
background-color: #CE6872;
}
.BgClassName
{
background-color: #CE6872;
}
</style>
border-color css
<style>
span { border-color: #CE6872; }
span { border-color: rgb(206,104,114); }
td.TdClassName
{
border-color: #CE6872;
}
.TagClassName
{
border-color: #CE6872;
}
</style>