Shades of Tenne (Tawny) #CE620A
Tints of Tenne (Tawny) #CE620A
RGB
CMYK
RGB Variations
Color information
#CE620A (or 0xCE620A) is known color: Tenne (Tawny). HEX triplet: CE, 62 and 0A. RGB value is (206,98,10). Sum of RGB (Red+Green+Blue) = 206+98+10=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE620A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE620A is #319DF5. Grayscale: #787878. Windows color (decimal): -3251702 or 680654. OLE color: 680654.
HSL color Cylindrical-coordinate representation of color #CE620A: hue angle of 26.94º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE620A is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 10 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.19 |
| HSL | 26.94º | 0.91% | 0.42% | - |
| HSV(B) | 26.94º | 0.95% | 0.81% | - |
| XYZ | 29.88 | 21.88 | 2.94 | - |
| YUV | 120.26 | 65.78 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 10 | 0 | 0.52 | 0.95 | 0.19 | 26.94 | 0.91 | 0.42 |
| Hex | CE | 62 | A | 0 | 34 | 5F | 13 | 1B | 5B | 2A |
| Octal | 316 | 142 | 12 | 0 | 64 | 137 | 23 | 33 | 133 | 52 |
| Binary | 11001110 | 1100010 | 1010 | 0 | 110100 | 1011111 | 10011 | 11011 | 1011011 | 101010 |
Color Harmonies of #CE620A
Complementary color
Monochromatic Colors of #CE620A
Black with #CE620A
Text Example
Text Example
White with #CE620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE620A; }
p { color: rgb(206,98,10); }
H1.HeaderClassName
{
color: #CE620A;
}
.AnyTagClassName
{
color: #CE620A;
}
</style>
background-color css
<style>
a { background-color: #CE620A; }
a { background-color: rgb(206,98,10); }
div.DivClassName
{
background-color: #CE620A;
}
.BgClassName
{
background-color: #CE620A;
}
</style>
border-color css
<style>
span { border-color: #CE620A; }
span { border-color: rgb(206,98,10); }
td.TdClassName
{
border-color: #CE620A;
}
.TagClassName
{
border-color: #CE620A;
}
</style>