Shades of Froly #CE6C72
Tints of Froly #CE6C72
RGB
CMYK
RGB Variations
Color information
#CE6C72 (or 0xCE6C72) is known color: Froly. HEX triplet: CE, 6C and 72. RGB value is (206,108,114). Sum of RGB (Red+Green+Blue) = 206+108+114=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6C72 is #31938D. Grayscale: #8A8A8A. Windows color (decimal): -3249038 or 7498958. OLE color: 7498958.
HSL color Cylindrical-coordinate representation of color #CE6C72: hue angle of 356.33º 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 #CE6C72 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 114 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.19 |
| HSL | 356.33º | 0.5% | 0.62% | - |
| HSV(B) | 356.33º | 0.48% | 0.81% | - |
| XYZ | 33.85 | 25.06 | 18.97 | - |
| YUV | 137.99 | 114.47 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 114 | 0 | 0.48 | 0.45 | 0.19 | 356.33 | 0.5 | 0.62 |
| Hex | CE | 6C | 72 | 0 | 30 | 2D | 13 | 164 | 32 | 3E |
| Octal | 316 | 154 | 162 | 0 | 60 | 55 | 23 | 544 | 62 | 76 |
| Binary | 11001110 | 1101100 | 1110010 | 0 | 110000 | 101101 | 10011 | 101100100 | 110010 | 111110 |
Color Harmonies of #CE6C72
Complementary color
Monochromatic Colors of #CE6C72
Black with #CE6C72
Text Example
Text Example
White with #CE6C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6C72; }
p { color: rgb(206,108,114); }
H1.HeaderClassName
{
color: #CE6C72;
}
.AnyTagClassName
{
color: #CE6C72;
}
</style>
background-color css
<style>
a { background-color: #CE6C72; }
a { background-color: rgb(206,108,114); }
div.DivClassName
{
background-color: #CE6C72;
}
.BgClassName
{
background-color: #CE6C72;
}
</style>
border-color css
<style>
span { border-color: #CE6C72; }
span { border-color: rgb(206,108,114); }
td.TdClassName
{
border-color: #CE6C72;
}
.TagClassName
{
border-color: #CE6C72;
}
</style>