Shades of Tenne (Tawny) #CE5413
Tints of Tenne (Tawny) #CE5413
RGB
CMYK
RGB Variations
Color information
#CE5413 (or 0xCE5413) is known color: Tenne (Tawny). HEX triplet: CE, 54 and 13. RGB value is (206,84,19). Sum of RGB (Red+Green+Blue) = 206+84+19=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5413 is #31ABEC. Grayscale: #717171. Windows color (decimal): -3255277 or 1266894. OLE color: 1266894.
HSL color Cylindrical-coordinate representation of color #CE5413: hue angle of 20.86º 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 #CE5413 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 19 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.19 |
| HSL | 20.86º | 0.83% | 0.44% | - |
| HSV(B) | 20.86º | 0.91% | 0.81% | - |
| XYZ | 28.74 | 19.51 | 2.87 | - |
| YUV | 113.07 | 74.92 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 19 | 0 | 0.59 | 0.91 | 0.19 | 20.86 | 0.83 | 0.44 |
| Hex | CE | 54 | 13 | 0 | 3B | 5B | 13 | 15 | 53 | 2C |
| Octal | 316 | 124 | 23 | 0 | 73 | 133 | 23 | 25 | 123 | 54 |
| Binary | 11001110 | 1010100 | 10011 | 0 | 111011 | 1011011 | 10011 | 10101 | 1010011 | 101100 |
Color Harmonies of #CE5413
Complementary color
Monochromatic Colors of #CE5413
Black with #CE5413
Text Example
Text Example
White with #CE5413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5413; }
p { color: rgb(206,84,19); }
H1.HeaderClassName
{
color: #CE5413;
}
.AnyTagClassName
{
color: #CE5413;
}
</style>
background-color css
<style>
a { background-color: #CE5413; }
a { background-color: rgb(206,84,19); }
div.DivClassName
{
background-color: #CE5413;
}
.BgClassName
{
background-color: #CE5413;
}
</style>
border-color css
<style>
span { border-color: #CE5413; }
span { border-color: rgb(206,84,19); }
td.TdClassName
{
border-color: #CE5413;
}
.TagClassName
{
border-color: #CE5413;
}
</style>