Shades of Tenne (Tawny) #CE6402
Tints of Tenne (Tawny) #CE6402
RGB
CMYK
RGB Variations
Color information
#CE6402 (or 0xCE6402) is known color: Tenne (Tawny). HEX triplet: CE, 64 and 02. RGB value is (206,100,2). Sum of RGB (Red+Green+Blue) = 206+100+2=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6402 is #319BFD. Grayscale: #797979. Windows color (decimal): -3251198 or 156878. OLE color: 156878.
HSL color Cylindrical-coordinate representation of color #CE6402: hue angle of 28.82º 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 #CE6402 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.19 |
| HSL | 28.82º | 0.98% | 0.41% | - |
| HSV(B) | 28.82º | 0.99% | 0.81% | - |
| XYZ | 30.02 | 22.24 | 2.77 | - |
| YUV | 120.52 | 61.12 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 2 | 0 | 0.51 | 0.99 | 0.19 | 28.82 | 0.98 | 0.41 |
| Hex | CE | 64 | 2 | 0 | 33 | 63 | 13 | 1D | 62 | 29 |
| Octal | 316 | 144 | 2 | 0 | 63 | 143 | 23 | 35 | 142 | 51 |
| Binary | 11001110 | 1100100 | 10 | 0 | 110011 | 1100011 | 10011 | 11101 | 1100010 | 101001 |
Color Harmonies of #CE6402
Complementary color
Monochromatic Colors of #CE6402
Black with #CE6402
Text Example
Text Example
White with #CE6402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6402; }
p { color: rgb(206,100,2); }
H1.HeaderClassName
{
color: #CE6402;
}
.AnyTagClassName
{
color: #CE6402;
}
</style>
background-color css
<style>
a { background-color: #CE6402; }
a { background-color: rgb(206,100,2); }
div.DivClassName
{
background-color: #CE6402;
}
.BgClassName
{
background-color: #CE6402;
}
</style>
border-color css
<style>
span { border-color: #CE6402; }
span { border-color: rgb(206,100,2); }
td.TdClassName
{
border-color: #CE6402;
}
.TagClassName
{
border-color: #CE6402;
}
</style>