Shades of Tenne (Tawny) #CE520C
Tints of Tenne (Tawny) #CE520C
RGB
CMYK
RGB Variations
Color information
#CE520C (or 0xCE520C) is known color: Tenne (Tawny). HEX triplet: CE, 52 and 0C. RGB value is (206,82,12). Sum of RGB (Red+Green+Blue) = 206+82+12=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE520C is #31ADF3. Grayscale: #6F6F6F. Windows color (decimal): -3255796 or 807630. OLE color: 807630.
HSL color Cylindrical-coordinate representation of color #CE520C: hue angle of 21.65º degrees, saturation: 0.89, 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 #CE520C is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 12 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.19 |
| HSL | 21.65º | 0.89% | 0.43% | - |
| HSV(B) | 21.65º | 0.94% | 0.81% | - |
| XYZ | 28.54 | 19.18 | 2.55 | - |
| YUV | 111.1 | 72.08 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 12 | 0 | 0.60 | 0.94 | 0.19 | 21.65 | 0.89 | 0.43 |
| Hex | CE | 52 | C | 0 | 3C | 5E | 13 | 16 | 59 | 2B |
| Octal | 316 | 122 | 14 | 0 | 74 | 136 | 23 | 26 | 131 | 53 |
| Binary | 11001110 | 1010010 | 1100 | 0 | 111100 | 1011110 | 10011 | 10110 | 1011001 | 101011 |
Color Harmonies of #CE520C
Complementary color
Monochromatic Colors of #CE520C
Black with #CE520C
Text Example
Text Example
White with #CE520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE520C; }
p { color: rgb(206,82,12); }
H1.HeaderClassName
{
color: #CE520C;
}
.AnyTagClassName
{
color: #CE520C;
}
</style>
background-color css
<style>
a { background-color: #CE520C; }
a { background-color: rgb(206,82,12); }
div.DivClassName
{
background-color: #CE520C;
}
.BgClassName
{
background-color: #CE520C;
}
</style>
border-color css
<style>
span { border-color: #CE520C; }
span { border-color: rgb(206,82,12); }
td.TdClassName
{
border-color: #CE520C;
}
.TagClassName
{
border-color: #CE520C;
}
</style>