Shades of Tenne (Tawny) #CE5002
Tints of Tenne (Tawny) #CE5002
RGB
CMYK
RGB Variations
Color information
#CE5002 (or 0xCE5002) is known color: Tenne (Tawny). HEX triplet: CE, 50 and 02. RGB value is (206,80,2). Sum of RGB (Red+Green+Blue) = 206+80+2=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5002 is #31AFFD. Grayscale: #6D6D6D. Windows color (decimal): -3256318 or 151758. OLE color: 151758.
HSL color Cylindrical-coordinate representation of color #CE5002: hue angle of 22.94º 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 #CE5002 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.19 |
| HSL | 22.94º | 0.98% | 0.41% | - |
| HSV(B) | 22.94º | 0.99% | 0.81% | - |
| XYZ | 28.33 | 18.86 | 2.21 | - |
| YUV | 108.78 | 67.74 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 2 | 0 | 0.61 | 0.99 | 0.19 | 22.94 | 0.98 | 0.41 |
| Hex | CE | 50 | 2 | 0 | 3D | 63 | 13 | 17 | 62 | 29 |
| Octal | 316 | 120 | 2 | 0 | 75 | 143 | 23 | 27 | 142 | 51 |
| Binary | 11001110 | 1010000 | 10 | 0 | 111101 | 1100011 | 10011 | 10111 | 1100010 | 101001 |
Color Harmonies of #CE5002
Complementary color
Monochromatic Colors of #CE5002
Black with #CE5002
Text Example
Text Example
White with #CE5002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5002; }
p { color: rgb(206,80,2); }
H1.HeaderClassName
{
color: #CE5002;
}
.AnyTagClassName
{
color: #CE5002;
}
</style>
background-color css
<style>
a { background-color: #CE5002; }
a { background-color: rgb(206,80,2); }
div.DivClassName
{
background-color: #CE5002;
}
.BgClassName
{
background-color: #CE5002;
}
</style>
border-color css
<style>
span { border-color: #CE5002; }
span { border-color: rgb(206,80,2); }
td.TdClassName
{
border-color: #CE5002;
}
.TagClassName
{
border-color: #CE5002;
}
</style>