Shades of Tenne (Tawny) #CE6001
Tints of Tenne (Tawny) #CE6001
RGB
CMYK
RGB Variations
Color information
#CE6001 (or 0xCE6001) is known color: Tenne (Tawny). HEX triplet: CE, 60 and 01. RGB value is (206,96,1). Sum of RGB (Red+Green+Blue) = 206+96+1=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6001 is #319FFE. Grayscale: #767676. Windows color (decimal): -3252223 or 90318. OLE color: 90318.
HSL color Cylindrical-coordinate representation of color #CE6001: hue angle of 27.8º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE6001 is Cyan = 0, Magento = 0.53, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 1 | - |
| CMYK | 0 | 0.53 | 1.00 | 0.19 |
| HSL | 27.8º | 0.99% | 0.41% | - |
| HSV(B) | 27.8º | 1% | 0.81% | - |
| XYZ | 29.64 | 21.49 | 2.61 | - |
| YUV | 118.06 | 61.94 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 1 | 0 | 0.53 | 1.00 | 0.19 | 27.8 | 0.99 | 0.41 |
| Hex | CE | 60 | 1 | 0 | 35 | 64 | 13 | 1C | 63 | 29 |
| Octal | 316 | 140 | 1 | 0 | 65 | 144 | 23 | 34 | 143 | 51 |
| Binary | 11001110 | 1100000 | 1 | 0 | 110101 | 1100100 | 10011 | 11100 | 1100011 | 101001 |
Color Harmonies of #CE6001
Complementary color
Monochromatic Colors of #CE6001
Black with #CE6001
Text Example
Text Example
White with #CE6001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6001; }
p { color: rgb(206,96,1); }
H1.HeaderClassName
{
color: #CE6001;
}
.AnyTagClassName
{
color: #CE6001;
}
</style>
background-color css
<style>
a { background-color: #CE6001; }
a { background-color: rgb(206,96,1); }
div.DivClassName
{
background-color: #CE6001;
}
.BgClassName
{
background-color: #CE6001;
}
</style>
border-color css
<style>
span { border-color: #CE6001; }
span { border-color: rgb(206,96,1); }
td.TdClassName
{
border-color: #CE6001;
}
.TagClassName
{
border-color: #CE6001;
}
</style>