Shades of Tenne (Tawny) #CE6602
Tints of Tenne (Tawny) #CE6602
RGB
CMYK
RGB Variations
Color information
#CE6602 (or 0xCE6602) is known color: Tenne (Tawny). HEX triplet: CE, 66 and 02. RGB value is (206,102,2). Sum of RGB (Red+Green+Blue) = 206+102+2=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6602 is #3199FD. Grayscale: #7A7A7A. Windows color (decimal): -3250686 or 157390. OLE color: 157390.
HSL color Cylindrical-coordinate representation of color #CE6602: hue angle of 29.41º 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 #CE6602 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.19 |
| HSL | 29.41º | 0.98% | 0.41% | - |
| HSV(B) | 29.41º | 0.99% | 0.81% | - |
| XYZ | 30.22 | 22.63 | 2.83 | - |
| YUV | 121.7 | 60.46 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 2 | 0 | 0.50 | 0.99 | 0.19 | 29.41 | 0.98 | 0.41 |
| Hex | CE | 66 | 2 | 0 | 32 | 63 | 13 | 1D | 62 | 29 |
| Octal | 316 | 146 | 2 | 0 | 62 | 143 | 23 | 35 | 142 | 51 |
| Binary | 11001110 | 1100110 | 10 | 0 | 110010 | 1100011 | 10011 | 11101 | 1100010 | 101001 |
Color Harmonies of #CE6602
Complementary color
Monochromatic Colors of #CE6602
Black with #CE6602
Text Example
Text Example
White with #CE6602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6602; }
p { color: rgb(206,102,2); }
H1.HeaderClassName
{
color: #CE6602;
}
.AnyTagClassName
{
color: #CE6602;
}
</style>
background-color css
<style>
a { background-color: #CE6602; }
a { background-color: rgb(206,102,2); }
div.DivClassName
{
background-color: #CE6602;
}
.BgClassName
{
background-color: #CE6602;
}
</style>
border-color css
<style>
span { border-color: #CE6602; }
span { border-color: rgb(206,102,2); }
td.TdClassName
{
border-color: #CE6602;
}
.TagClassName
{
border-color: #CE6602;
}
</style>