Shades of Tenne (Tawny) #CE520F
Tints of Tenne (Tawny) #CE520F
RGB
CMYK
RGB Variations
Color information
#CE520F (or 0xCE520F) is known color: Tenne (Tawny). HEX triplet: CE, 52 and 0F. RGB value is (206,82,15). Sum of RGB (Red+Green+Blue) = 206+82+15=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE520F is #31ADF0. Grayscale: #6F6F6F. Windows color (decimal): -3255793 or 1004238. OLE color: 1004238.
HSL color Cylindrical-coordinate representation of color #CE520F: hue angle of 21.05º 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 #CE520F is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 15 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.19 |
| HSL | 21.05º | 0.86% | 0.43% | - |
| HSV(B) | 21.05º | 0.93% | 0.81% | - |
| XYZ | 28.56 | 19.19 | 2.65 | - |
| YUV | 111.44 | 73.58 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 15 | 0 | 0.60 | 0.93 | 0.19 | 21.05 | 0.86 | 0.43 |
| Hex | CE | 52 | F | 0 | 3C | 5D | 13 | 15 | 56 | 2B |
| Octal | 316 | 122 | 17 | 0 | 74 | 135 | 23 | 25 | 126 | 53 |
| Binary | 11001110 | 1010010 | 1111 | 0 | 111100 | 1011101 | 10011 | 10101 | 1010110 | 101011 |
Color Harmonies of #CE520F
Complementary color
Monochromatic Colors of #CE520F
Black with #CE520F
Text Example
Text Example
White with #CE520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE520F; }
p { color: rgb(206,82,15); }
H1.HeaderClassName
{
color: #CE520F;
}
.AnyTagClassName
{
color: #CE520F;
}
</style>
background-color css
<style>
a { background-color: #CE520F; }
a { background-color: rgb(206,82,15); }
div.DivClassName
{
background-color: #CE520F;
}
.BgClassName
{
background-color: #CE520F;
}
</style>
border-color css
<style>
span { border-color: #CE520F; }
span { border-color: rgb(206,82,15); }
td.TdClassName
{
border-color: #CE520F;
}
.TagClassName
{
border-color: #CE520F;
}
</style>