Shades of Tenne (Tawny) #CE520A
Tints of Tenne (Tawny) #CE520A
RGB
CMYK
RGB Variations
Color information
#CE520A (or 0xCE520A) is known color: Tenne (Tawny). HEX triplet: CE, 52 and 0A. RGB value is (206,82,10). Sum of RGB (Red+Green+Blue) = 206+82+10=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE520A is #31ADF5. Grayscale: #6F6F6F. Windows color (decimal): -3255798 or 676558. OLE color: 676558.
HSL color Cylindrical-coordinate representation of color #CE520A: hue angle of 22.04º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE520A is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 10 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.19 |
| HSL | 22.04º | 0.91% | 0.42% | - |
| HSV(B) | 22.04º | 0.95% | 0.81% | - |
| XYZ | 28.53 | 19.18 | 2.49 | - |
| YUV | 110.87 | 71.08 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 10 | 0 | 0.60 | 0.95 | 0.19 | 22.04 | 0.91 | 0.42 |
| Hex | CE | 52 | A | 0 | 3C | 5F | 13 | 16 | 5B | 2A |
| Octal | 316 | 122 | 12 | 0 | 74 | 137 | 23 | 26 | 133 | 52 |
| Binary | 11001110 | 1010010 | 1010 | 0 | 111100 | 1011111 | 10011 | 10110 | 1011011 | 101010 |
Color Harmonies of #CE520A
Complementary color
Monochromatic Colors of #CE520A
Black with #CE520A
Text Example
Text Example
White with #CE520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE520A; }
p { color: rgb(206,82,10); }
H1.HeaderClassName
{
color: #CE520A;
}
.AnyTagClassName
{
color: #CE520A;
}
</style>
background-color css
<style>
a { background-color: #CE520A; }
a { background-color: rgb(206,82,10); }
div.DivClassName
{
background-color: #CE520A;
}
.BgClassName
{
background-color: #CE520A;
}
</style>
border-color css
<style>
span { border-color: #CE520A; }
span { border-color: rgb(206,82,10); }
td.TdClassName
{
border-color: #CE520A;
}
.TagClassName
{
border-color: #CE520A;
}
</style>