Shades of Tenne (Tawny) #CE4802
Tints of Tenne (Tawny) #CE4802
RGB
CMYK
RGB Variations
Color information
#CE4802 (or 0xCE4802) is known color: Tenne (Tawny). HEX triplet: CE, 48 and 02. RGB value is (206,72,2). Sum of RGB (Red+Green+Blue) = 206+72+2=280 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.57% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4802 is #31B7FD. Grayscale: #686868. Windows color (decimal): -3258366 or 149710. OLE color: 149710.
HSL color Cylindrical-coordinate representation of color #CE4802: hue angle of 20.59º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE4802 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.19 |
| HSL | 20.59º | 0.98% | 0.41% | - |
| HSV(B) | 20.59º | 0.99% | 0.81% | - |
| XYZ | 27.78 | 17.76 | 2.02 | - |
| YUV | 104.09 | 70.39 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 2 | 0 | 0.65 | 0.99 | 0.19 | 20.59 | 0.98 | 0.41 |
| Hex | CE | 48 | 2 | 0 | 41 | 63 | 13 | 15 | 62 | 29 |
| Octal | 316 | 110 | 2 | 0 | 101 | 143 | 23 | 25 | 142 | 51 |
| Binary | 11001110 | 1001000 | 10 | 0 | 1000001 | 1100011 | 10011 | 10101 | 1100010 | 101001 |
Color Harmonies of #CE4802
Complementary color
Monochromatic Colors of #CE4802
Black with #CE4802
Text Example
Text Example
White with #CE4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4802; }
p { color: rgb(206,72,2); }
H1.HeaderClassName
{
color: #CE4802;
}
.AnyTagClassName
{
color: #CE4802;
}
</style>
background-color css
<style>
a { background-color: #CE4802; }
a { background-color: rgb(206,72,2); }
div.DivClassName
{
background-color: #CE4802;
}
.BgClassName
{
background-color: #CE4802;
}
</style>
border-color css
<style>
span { border-color: #CE4802; }
span { border-color: rgb(206,72,2); }
td.TdClassName
{
border-color: #CE4802;
}
.TagClassName
{
border-color: #CE4802;
}
</style>