Shades of Tenne (Tawny) #CE520D
Tints of Tenne (Tawny) #CE520D
RGB
CMYK
RGB Variations
Color information
#CE520D (or 0xCE520D) is known color: Tenne (Tawny). HEX triplet: CE, 52 and 0D. RGB value is (206,82,13). Sum of RGB (Red+Green+Blue) = 206+82+13=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE520D is #31ADF2. Grayscale: #6F6F6F. Windows color (decimal): -3255795 or 873166. OLE color: 873166.
HSL color Cylindrical-coordinate representation of color #CE520D: hue angle of 21.45º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE520D is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 13 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.19 |
| HSL | 21.45º | 0.88% | 0.43% | - |
| HSV(B) | 21.45º | 0.94% | 0.81% | - |
| XYZ | 28.54 | 19.19 | 2.58 | - |
| YUV | 111.21 | 72.58 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 13 | 0 | 0.60 | 0.94 | 0.19 | 21.45 | 0.88 | 0.43 |
| Hex | CE | 52 | D | 0 | 3C | 5E | 13 | 15 | 58 | 2B |
| Octal | 316 | 122 | 15 | 0 | 74 | 136 | 23 | 25 | 130 | 53 |
| Binary | 11001110 | 1010010 | 1101 | 0 | 111100 | 1011110 | 10011 | 10101 | 1011000 | 101011 |
Color Harmonies of #CE520D
Complementary color
Monochromatic Colors of #CE520D
Black with #CE520D
Text Example
Text Example
White with #CE520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE520D; }
p { color: rgb(206,82,13); }
H1.HeaderClassName
{
color: #CE520D;
}
.AnyTagClassName
{
color: #CE520D;
}
</style>
background-color css
<style>
a { background-color: #CE520D; }
a { background-color: rgb(206,82,13); }
div.DivClassName
{
background-color: #CE520D;
}
.BgClassName
{
background-color: #CE520D;
}
</style>
border-color css
<style>
span { border-color: #CE520D; }
span { border-color: rgb(206,82,13); }
td.TdClassName
{
border-color: #CE520D;
}
.TagClassName
{
border-color: #CE520D;
}
</style>