Shades of Tenne (Tawny) #CE4202
Tints of Tenne (Tawny) #CE4202
RGB
CMYK
RGB Variations
Color information
#CE4202 (or 0xCE4202) is known color: Tenne (Tawny). HEX triplet: CE, 42 and 02. RGB value is (206,66,2). Sum of RGB (Red+Green+Blue) = 206+66+2=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4202 is #31BDFD. Grayscale: #646464. Windows color (decimal): -3259902 or 148174. OLE color: 148174.
HSL color Cylindrical-coordinate representation of color #CE4202: hue angle of 18.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 #CE4202 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.19 |
| HSL | 18.82º | 0.98% | 0.41% | - |
| HSV(B) | 18.82º | 0.99% | 0.81% | - |
| XYZ | 27.41 | 17.02 | 1.9 | - |
| YUV | 100.56 | 72.38 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 2 | 0 | 0.68 | 0.99 | 0.19 | 18.82 | 0.98 | 0.41 |
| Hex | CE | 42 | 2 | 0 | 44 | 63 | 13 | 13 | 62 | 29 |
| Octal | 316 | 102 | 2 | 0 | 104 | 143 | 23 | 23 | 142 | 51 |
| Binary | 11001110 | 1000010 | 10 | 0 | 1000100 | 1100011 | 10011 | 10011 | 1100010 | 101001 |
Color Harmonies of #CE4202
Complementary color
Monochromatic Colors of #CE4202
Black with #CE4202
Text Example
Text Example
White with #CE4202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4202; }
p { color: rgb(206,66,2); }
H1.HeaderClassName
{
color: #CE4202;
}
.AnyTagClassName
{
color: #CE4202;
}
</style>
background-color css
<style>
a { background-color: #CE4202; }
a { background-color: rgb(206,66,2); }
div.DivClassName
{
background-color: #CE4202;
}
.BgClassName
{
background-color: #CE4202;
}
</style>
border-color css
<style>
span { border-color: #CE4202; }
span { border-color: rgb(206,66,2); }
td.TdClassName
{
border-color: #CE4202;
}
.TagClassName
{
border-color: #CE4202;
}
</style>