Shades of Tenne (Tawny) #CE570F
Tints of Tenne (Tawny) #CE570F
RGB
CMYK
RGB Variations
Color information
#CE570F (or 0xCE570F) is known color: Tenne (Tawny). HEX triplet: CE, 57 and 0F. RGB value is (206,87,15). Sum of RGB (Red+Green+Blue) = 206+87+15=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE570F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE570F is #31A8F0. Grayscale: #727272. Windows color (decimal): -3254513 or 1005518. OLE color: 1005518.
HSL color Cylindrical-coordinate representation of color #CE570F: hue angle of 22.62º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE570F is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 15 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.19 |
| HSL | 22.62º | 0.86% | 0.43% | - |
| HSV(B) | 22.62º | 0.93% | 0.81% | - |
| XYZ | 28.95 | 19.97 | 2.78 | - |
| YUV | 114.37 | 71.92 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 15 | 0 | 0.58 | 0.93 | 0.19 | 22.62 | 0.86 | 0.43 |
| Hex | CE | 57 | F | 0 | 3A | 5D | 13 | 17 | 56 | 2B |
| Octal | 316 | 127 | 17 | 0 | 72 | 135 | 23 | 27 | 126 | 53 |
| Binary | 11001110 | 1010111 | 1111 | 0 | 111010 | 1011101 | 10011 | 10111 | 1010110 | 101011 |
Color Harmonies of #CE570F
Complementary color
Monochromatic Colors of #CE570F
Black with #CE570F
Text Example
Text Example
White with #CE570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE570F; }
p { color: rgb(206,87,15); }
H1.HeaderClassName
{
color: #CE570F;
}
.AnyTagClassName
{
color: #CE570F;
}
</style>
background-color css
<style>
a { background-color: #CE570F; }
a { background-color: rgb(206,87,15); }
div.DivClassName
{
background-color: #CE570F;
}
.BgClassName
{
background-color: #CE570F;
}
</style>
border-color css
<style>
span { border-color: #CE570F; }
span { border-color: rgb(206,87,15); }
td.TdClassName
{
border-color: #CE570F;
}
.TagClassName
{
border-color: #CE570F;
}
</style>