Shades of Tenne (Tawny) #CE5302
Tints of Tenne (Tawny) #CE5302
RGB
CMYK
RGB Variations
Color information
#CE5302 (or 0xCE5302) is known color: Tenne (Tawny). HEX triplet: CE, 53 and 02. RGB value is (206,83,2). Sum of RGB (Red+Green+Blue) = 206+83+2=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5302 is #31ACFD. Grayscale: #6E6E6E. Windows color (decimal): -3255550 or 152526. OLE color: 152526.
HSL color Cylindrical-coordinate representation of color #CE5302: hue angle of 23.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 #CE5302 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.19 |
| HSL | 23.82º | 0.98% | 0.41% | - |
| HSV(B) | 23.82º | 0.99% | 0.81% | - |
| XYZ | 28.56 | 19.31 | 2.28 | - |
| YUV | 110.54 | 66.75 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 2 | 0 | 0.60 | 0.99 | 0.19 | 23.82 | 0.98 | 0.41 |
| Hex | CE | 53 | 2 | 0 | 3C | 63 | 13 | 18 | 62 | 29 |
| Octal | 316 | 123 | 2 | 0 | 74 | 143 | 23 | 30 | 142 | 51 |
| Binary | 11001110 | 1010011 | 10 | 0 | 111100 | 1100011 | 10011 | 11000 | 1100010 | 101001 |
Color Harmonies of #CE5302
Complementary color
Monochromatic Colors of #CE5302
Black with #CE5302
Text Example
Text Example
White with #CE5302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5302; }
p { color: rgb(206,83,2); }
H1.HeaderClassName
{
color: #CE5302;
}
.AnyTagClassName
{
color: #CE5302;
}
</style>
background-color css
<style>
a { background-color: #CE5302; }
a { background-color: rgb(206,83,2); }
div.DivClassName
{
background-color: #CE5302;
}
.BgClassName
{
background-color: #CE5302;
}
</style>
border-color css
<style>
span { border-color: #CE5302; }
span { border-color: rgb(206,83,2); }
td.TdClassName
{
border-color: #CE5302;
}
.TagClassName
{
border-color: #CE5302;
}
</style>