Shades of Froly #CE7073
Tints of Froly #CE7073
RGB
CMYK
RGB Variations
Color information
#CE7073 (or 0xCE7073) is known color: Froly. HEX triplet: CE, 70 and 73. RGB value is (206,112,115). Sum of RGB (Red+Green+Blue) = 206+112+115=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7073 is #318F8C. Grayscale: #8C8C8C. Windows color (decimal): -3248013 or 7565518. OLE color: 7565518.
HSL color Cylindrical-coordinate representation of color #CE7073: hue angle of 358.09º 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 #CE7073 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 115 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.19 |
| HSL | 358.09º | 0.49% | 0.62% | - |
| HSV(B) | 358.09º | 0.46% | 0.81% | - |
| XYZ | 34.34 | 25.95 | 19.42 | - |
| YUV | 140.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 115 | 0 | 0.46 | 0.44 | 0.19 | 358.09 | 0.49 | 0.62 |
| Hex | CE | 70 | 73 | 0 | 2E | 2C | 13 | 166 | 31 | 3E |
| Octal | 316 | 160 | 163 | 0 | 56 | 54 | 23 | 546 | 61 | 76 |
| Binary | 11001110 | 1110000 | 1110011 | 0 | 101110 | 101100 | 10011 | 101100110 | 110001 | 111110 |
Color Harmonies of #CE7073
Complementary color
Monochromatic Colors of #CE7073
Black with #CE7073
Text Example
Text Example
White with #CE7073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7073; }
p { color: rgb(206,112,115); }
H1.HeaderClassName
{
color: #CE7073;
}
.AnyTagClassName
{
color: #CE7073;
}
</style>
background-color css
<style>
a { background-color: #CE7073; }
a { background-color: rgb(206,112,115); }
div.DivClassName
{
background-color: #CE7073;
}
.BgClassName
{
background-color: #CE7073;
}
</style>
border-color css
<style>
span { border-color: #CE7073; }
span { border-color: rgb(206,112,115); }
td.TdClassName
{
border-color: #CE7073;
}
.TagClassName
{
border-color: #CE7073;
}
</style>