Shades of Froly #CE6D73
Tints of Froly #CE6D73
RGB
CMYK
RGB Variations
Color information
#CE6D73 (or 0xCE6D73) is known color: Froly. HEX triplet: CE, 6D and 73. RGB value is (206,109,115). Sum of RGB (Red+Green+Blue) = 206+109+115=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6D73 is #31928C. Grayscale: #8A8A8A. Windows color (decimal): -3248781 or 7564750. OLE color: 7564750.
HSL color Cylindrical-coordinate representation of color #CE6D73: hue angle of 356.29º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6D73 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 115 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.19 |
| HSL | 356.29º | 0.5% | 0.62% | - |
| HSV(B) | 356.29º | 0.47% | 0.81% | - |
| XYZ | 34.02 | 25.3 | 19.31 | - |
| YUV | 138.69 | 114.64 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 115 | 0 | 0.47 | 0.44 | 0.19 | 356.29 | 0.5 | 0.62 |
| Hex | CE | 6D | 73 | 0 | 2F | 2C | 13 | 164 | 32 | 3E |
| Octal | 316 | 155 | 163 | 0 | 57 | 54 | 23 | 544 | 62 | 76 |
| Binary | 11001110 | 1101101 | 1110011 | 0 | 101111 | 101100 | 10011 | 101100100 | 110010 | 111110 |
Color Harmonies of #CE6D73
Complementary color
Monochromatic Colors of #CE6D73
Black with #CE6D73
Text Example
Text Example
White with #CE6D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D73; }
p { color: rgb(206,109,115); }
H1.HeaderClassName
{
color: #CE6D73;
}
.AnyTagClassName
{
color: #CE6D73;
}
</style>
background-color css
<style>
a { background-color: #CE6D73; }
a { background-color: rgb(206,109,115); }
div.DivClassName
{
background-color: #CE6D73;
}
.BgClassName
{
background-color: #CE6D73;
}
</style>
border-color css
<style>
span { border-color: #CE6D73; }
span { border-color: rgb(206,109,115); }
td.TdClassName
{
border-color: #CE6D73;
}
.TagClassName
{
border-color: #CE6D73;
}
</style>