Shades of Tenne (Tawny) #CE4400
Tints of Tenne (Tawny) #CE4400
RGB
CMYK
RGB Variations
Color information
#CE4400 (or 0xCE4400) is known color: Tenne (Tawny). HEX triplet: CE, 44 and 00. RGB value is (206,68,0). Sum of RGB (Red+Green+Blue) = 206+68+0=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4400 is #31BBFF. Grayscale: #656565. Windows color (decimal): -3259392 or 17614. OLE color: 17614.
HSL color Cylindrical-coordinate representation of color #CE4400: hue angle of 19.81º 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 #CE4400 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.19 |
| HSL | 19.81º | 1% | 0.4% | - |
| HSV(B) | 19.81º | 1% | 0.81% | - |
| XYZ | 27.52 | 17.26 | 1.88 | - |
| YUV | 101.51 | 70.72 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 0 | 0 | 0.67 | 1 | 0.19 | 19.81 | 1 | 0.4 |
| Hex | CE | 44 | 0 | 0 | 43 | 64 | 13 | 14 | 64 | 28 |
| Octal | 316 | 104 | 0 | 0 | 103 | 144 | 23 | 24 | 144 | 50 |
| Binary | 11001110 | 1000100 | 0 | 0 | 1000011 | 1100100 | 10011 | 10100 | 1100100 | 101000 |
Color Harmonies of #CE4400
Complementary color
Monochromatic Colors of #CE4400
Black with #CE4400
Text Example
Text Example
White with #CE4400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4400; }
p { color: rgb(206,68,0); }
H1.HeaderClassName
{
color: #CE4400;
}
.AnyTagClassName
{
color: #CE4400;
}
</style>
background-color css
<style>
a { background-color: #CE4400; }
a { background-color: rgb(206,68,0); }
div.DivClassName
{
background-color: #CE4400;
}
.BgClassName
{
background-color: #CE4400;
}
</style>
border-color css
<style>
span { border-color: #CE4400; }
span { border-color: rgb(206,68,0); }
td.TdClassName
{
border-color: #CE4400;
}
.TagClassName
{
border-color: #CE4400;
}
</style>