Shades of Tenne (Tawny) #CE4A07
Tints of Tenne (Tawny) #CE4A07
RGB
CMYK
RGB Variations
Color information
#CE4A07 (or 0xCE4A07) is known color: Tenne (Tawny). HEX triplet: CE, 4A and 07. RGB value is (206,74,7). Sum of RGB (Red+Green+Blue) = 206+74+7=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4A07 is #31B5F8. Grayscale: #6A6A6A. Windows color (decimal): -3257849 or 477902. OLE color: 477902.
HSL color Cylindrical-coordinate representation of color #CE4A07: hue angle of 20.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE4A07 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 7 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.19 |
| HSL | 20.2º | 0.93% | 0.42% | - |
| HSV(B) | 20.2º | 0.97% | 0.81% | - |
| XYZ | 27.94 | 18.03 | 2.21 | - |
| YUV | 105.83 | 72.23 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 7 | 0 | 0.64 | 0.97 | 0.19 | 20.2 | 0.93 | 0.42 |
| Hex | CE | 4A | 7 | 0 | 40 | 61 | 13 | 14 | 5D | 2A |
| Octal | 316 | 112 | 7 | 0 | 100 | 141 | 23 | 24 | 135 | 52 |
| Binary | 11001110 | 1001010 | 111 | 0 | 1000000 | 1100001 | 10011 | 10100 | 1011101 | 101010 |
Color Harmonies of #CE4A07
Complementary color
Monochromatic Colors of #CE4A07
Black with #CE4A07
Text Example
Text Example
White with #CE4A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4A07; }
p { color: rgb(206,74,7); }
H1.HeaderClassName
{
color: #CE4A07;
}
.AnyTagClassName
{
color: #CE4A07;
}
</style>
background-color css
<style>
a { background-color: #CE4A07; }
a { background-color: rgb(206,74,7); }
div.DivClassName
{
background-color: #CE4A07;
}
.BgClassName
{
background-color: #CE4A07;
}
</style>
border-color css
<style>
span { border-color: #CE4A07; }
span { border-color: rgb(206,74,7); }
td.TdClassName
{
border-color: #CE4A07;
}
.TagClassName
{
border-color: #CE4A07;
}
</style>