Shades of Tenne (Tawny) #CE5313
Tints of Tenne (Tawny) #CE5313
RGB
CMYK
RGB Variations
Color information
#CE5313 (or 0xCE5313) is known color: Tenne (Tawny). HEX triplet: CE, 53 and 13. RGB value is (206,83,19). Sum of RGB (Red+Green+Blue) = 206+83+19=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5313 is #31ACEC. Grayscale: #707070. Windows color (decimal): -3255533 or 1266638. OLE color: 1266638.
HSL color Cylindrical-coordinate representation of color #CE5313: hue angle of 20.53º 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 #CE5313 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 19 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.19 |
| HSL | 20.53º | 0.83% | 0.44% | - |
| HSV(B) | 20.53º | 0.91% | 0.81% | - |
| XYZ | 28.66 | 19.36 | 2.84 | - |
| YUV | 112.48 | 75.25 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 19 | 0 | 0.60 | 0.91 | 0.19 | 20.53 | 0.83 | 0.44 |
| Hex | CE | 53 | 13 | 0 | 3C | 5B | 13 | 15 | 53 | 2C |
| Octal | 316 | 123 | 23 | 0 | 74 | 133 | 23 | 25 | 123 | 54 |
| Binary | 11001110 | 1010011 | 10011 | 0 | 111100 | 1011011 | 10011 | 10101 | 1010011 | 101100 |
Color Harmonies of #CE5313
Complementary color
Monochromatic Colors of #CE5313
Black with #CE5313
Text Example
Text Example
White with #CE5313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5313; }
p { color: rgb(206,83,19); }
H1.HeaderClassName
{
color: #CE5313;
}
.AnyTagClassName
{
color: #CE5313;
}
</style>
background-color css
<style>
a { background-color: #CE5313; }
a { background-color: rgb(206,83,19); }
div.DivClassName
{
background-color: #CE5313;
}
.BgClassName
{
background-color: #CE5313;
}
</style>
border-color css
<style>
span { border-color: #CE5313; }
span { border-color: rgb(206,83,19); }
td.TdClassName
{
border-color: #CE5313;
}
.TagClassName
{
border-color: #CE5313;
}
</style>