Shades of Tenne (Tawny) #CE4100
Tints of Tenne (Tawny) #CE4100
RGB
CMYK
RGB Variations
Color information
#CE4100 (or 0xCE4100) is known color: Tenne (Tawny). HEX triplet: CE, 41 and 00. RGB value is (206,65,0). Sum of RGB (Red+Green+Blue) = 206+65+0=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4100 is #31BEFF. Grayscale: #646464. Windows color (decimal): -3260160 or 16846. OLE color: 16846.
HSL color Cylindrical-coordinate representation of color #CE4100: hue angle of 18.93º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE4100 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.19 |
| HSL | 18.93º | 1% | 0.4% | - |
| HSV(B) | 18.93º | 1% | 0.81% | - |
| XYZ | 27.34 | 16.9 | 1.82 | - |
| YUV | 99.75 | 71.71 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 0 | 0 | 0.68 | 1 | 0.19 | 18.93 | 1 | 0.4 |
| Hex | CE | 41 | 0 | 0 | 44 | 64 | 13 | 13 | 64 | 28 |
| Octal | 316 | 101 | 0 | 0 | 104 | 144 | 23 | 23 | 144 | 50 |
| Binary | 11001110 | 1000001 | 0 | 0 | 1000100 | 1100100 | 10011 | 10011 | 1100100 | 101000 |
Color Harmonies of #CE4100
Complementary color
Monochromatic Colors of #CE4100
Black with #CE4100
Text Example
Text Example
White with #CE4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4100; }
p { color: rgb(206,65,0); }
H1.HeaderClassName
{
color: #CE4100;
}
.AnyTagClassName
{
color: #CE4100;
}
</style>
background-color css
<style>
a { background-color: #CE4100; }
a { background-color: rgb(206,65,0); }
div.DivClassName
{
background-color: #CE4100;
}
.BgClassName
{
background-color: #CE4100;
}
</style>
border-color css
<style>
span { border-color: #CE4100; }
span { border-color: rgb(206,65,0); }
td.TdClassName
{
border-color: #CE4100;
}
.TagClassName
{
border-color: #CE4100;
}
</style>