Shades of Tenne (Tawny) #CE5213
Tints of Tenne (Tawny) #CE5213
RGB
CMYK
RGB Variations
Color information
#CE5213 (or 0xCE5213) is known color: Tenne (Tawny). HEX triplet: CE, 52 and 13. RGB value is (206,82,19). Sum of RGB (Red+Green+Blue) = 206+82+19=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5213 is #31ADEC. Grayscale: #707070. Windows color (decimal): -3255789 or 1266382. OLE color: 1266382.
HSL color Cylindrical-coordinate representation of color #CE5213: hue angle of 20.21º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE5213 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 19 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.19 |
| HSL | 20.21º | 0.83% | 0.44% | - |
| HSV(B) | 20.21º | 0.91% | 0.81% | - |
| XYZ | 28.59 | 19.2 | 2.82 | - |
| YUV | 111.89 | 75.58 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 19 | 0 | 0.60 | 0.91 | 0.19 | 20.21 | 0.83 | 0.44 |
| Hex | CE | 52 | 13 | 0 | 3C | 5B | 13 | 14 | 53 | 2C |
| Octal | 316 | 122 | 23 | 0 | 74 | 133 | 23 | 24 | 123 | 54 |
| Binary | 11001110 | 1010010 | 10011 | 0 | 111100 | 1011011 | 10011 | 10100 | 1010011 | 101100 |
Color Harmonies of #CE5213
Complementary color
Monochromatic Colors of #CE5213
Black with #CE5213
Text Example
Text Example
White with #CE5213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5213; }
p { color: rgb(206,82,19); }
H1.HeaderClassName
{
color: #CE5213;
}
.AnyTagClassName
{
color: #CE5213;
}
</style>
background-color css
<style>
a { background-color: #CE5213; }
a { background-color: rgb(206,82,19); }
div.DivClassName
{
background-color: #CE5213;
}
.BgClassName
{
background-color: #CE5213;
}
</style>
border-color css
<style>
span { border-color: #CE5213; }
span { border-color: rgb(206,82,19); }
td.TdClassName
{
border-color: #CE5213;
}
.TagClassName
{
border-color: #CE5213;
}
</style>