Shades of Tenne (Tawny) #CE4302
Tints of Tenne (Tawny) #CE4302
RGB
CMYK
RGB Variations
Color information
#CE4302 (or 0xCE4302) is known color: Tenne (Tawny). HEX triplet: CE, 43 and 02. RGB value is (206,67,2). Sum of RGB (Red+Green+Blue) = 206+67+2=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4302 is #31BCFD. Grayscale: #656565. Windows color (decimal): -3259646 or 148430. OLE color: 148430.
HSL color Cylindrical-coordinate representation of color #CE4302: hue angle of 19.12º 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 #CE4302 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.19 |
| HSL | 19.12º | 0.98% | 0.41% | - |
| HSV(B) | 19.12º | 0.99% | 0.81% | - |
| XYZ | 27.47 | 17.14 | 1.92 | - |
| YUV | 101.15 | 72.05 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 2 | 0 | 0.67 | 0.99 | 0.19 | 19.12 | 0.98 | 0.41 |
| Hex | CE | 43 | 2 | 0 | 43 | 63 | 13 | 13 | 62 | 29 |
| Octal | 316 | 103 | 2 | 0 | 103 | 143 | 23 | 23 | 142 | 51 |
| Binary | 11001110 | 1000011 | 10 | 0 | 1000011 | 1100011 | 10011 | 10011 | 1100010 | 101001 |
Color Harmonies of #CE4302
Complementary color
Monochromatic Colors of #CE4302
Black with #CE4302
Text Example
Text Example
White with #CE4302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4302; }
p { color: rgb(206,67,2); }
H1.HeaderClassName
{
color: #CE4302;
}
.AnyTagClassName
{
color: #CE4302;
}
</style>
background-color css
<style>
a { background-color: #CE4302; }
a { background-color: rgb(206,67,2); }
div.DivClassName
{
background-color: #CE4302;
}
.BgClassName
{
background-color: #CE4302;
}
</style>
border-color css
<style>
span { border-color: #CE4302; }
span { border-color: rgb(206,67,2); }
td.TdClassName
{
border-color: #CE4302;
}
.TagClassName
{
border-color: #CE4302;
}
</style>