Shades of Tenne (Tawny) #CE4B13
Tints of Tenne (Tawny) #CE4B13
RGB
CMYK
RGB Variations
Color information
#CE4B13 (or 0xCE4B13) is known color: Tenne (Tawny). HEX triplet: CE, 4B and 13. RGB value is (206,75,19). Sum of RGB (Red+Green+Blue) = 206+75+19=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4B13 is #31B4EC. Grayscale: #6C6C6C. Windows color (decimal): -3257581 or 1264590. OLE color: 1264590.
HSL color Cylindrical-coordinate representation of color #CE4B13: hue angle of 17.97º 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 #CE4B13 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 75 | 19 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.19 |
| HSL | 17.97º | 0.83% | 0.44% | - |
| HSV(B) | 17.97º | 0.91% | 0.81% | - |
| XYZ | 28.09 | 18.2 | 2.65 | - |
| YUV | 107.79 | 77.9 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 19 | 0 | 0.64 | 0.91 | 0.19 | 17.97 | 0.83 | 0.44 |
| Hex | CE | 4B | 13 | 0 | 40 | 5B | 13 | 12 | 53 | 2C |
| Octal | 316 | 113 | 23 | 0 | 100 | 133 | 23 | 22 | 123 | 54 |
| Binary | 11001110 | 1001011 | 10011 | 0 | 1000000 | 1011011 | 10011 | 10010 | 1010011 | 101100 |
Color Harmonies of #CE4B13
Complementary color
Monochromatic Colors of #CE4B13
Black with #CE4B13
Text Example
Text Example
White with #CE4B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4B13; }
p { color: rgb(206,75,19); }
H1.HeaderClassName
{
color: #CE4B13;
}
.AnyTagClassName
{
color: #CE4B13;
}
</style>
background-color css
<style>
a { background-color: #CE4B13; }
a { background-color: rgb(206,75,19); }
div.DivClassName
{
background-color: #CE4B13;
}
.BgClassName
{
background-color: #CE4B13;
}
</style>
border-color css
<style>
span { border-color: #CE4B13; }
span { border-color: rgb(206,75,19); }
td.TdClassName
{
border-color: #CE4B13;
}
.TagClassName
{
border-color: #CE4B13;
}
</style>