Shades of Tenne (Tawny) #CE4502
Tints of Tenne (Tawny) #CE4502
RGB
CMYK
RGB Variations
Color information
#CE4502 (or 0xCE4502) is known color: Tenne (Tawny). HEX triplet: CE, 45 and 02. RGB value is (206,69,2). Sum of RGB (Red+Green+Blue) = 206+69+2=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4502 is #31BAFD. Grayscale: #666666. Windows color (decimal): -3259134 or 148942. OLE color: 148942.
HSL color Cylindrical-coordinate representation of color #CE4502: hue angle of 19.71º 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 #CE4502 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.19 |
| HSL | 19.71º | 0.98% | 0.41% | - |
| HSV(B) | 19.71º | 0.99% | 0.81% | - |
| XYZ | 27.59 | 17.38 | 1.96 | - |
| YUV | 102.33 | 71.39 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 2 | 0 | 0.67 | 0.99 | 0.19 | 19.71 | 0.98 | 0.41 |
| Hex | CE | 45 | 2 | 0 | 43 | 63 | 13 | 14 | 62 | 29 |
| Octal | 316 | 105 | 2 | 0 | 103 | 143 | 23 | 24 | 142 | 51 |
| Binary | 11001110 | 1000101 | 10 | 0 | 1000011 | 1100011 | 10011 | 10100 | 1100010 | 101001 |
Color Harmonies of #CE4502
Complementary color
Monochromatic Colors of #CE4502
Black with #CE4502
Text Example
Text Example
White with #CE4502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4502; }
p { color: rgb(206,69,2); }
H1.HeaderClassName
{
color: #CE4502;
}
.AnyTagClassName
{
color: #CE4502;
}
</style>
background-color css
<style>
a { background-color: #CE4502; }
a { background-color: rgb(206,69,2); }
div.DivClassName
{
background-color: #CE4502;
}
.BgClassName
{
background-color: #CE4502;
}
</style>
border-color css
<style>
span { border-color: #CE4502; }
span { border-color: rgb(206,69,2); }
td.TdClassName
{
border-color: #CE4502;
}
.TagClassName
{
border-color: #CE4502;
}
</style>