Shades of Tenne (Tawny) #CE600F
Tints of Tenne (Tawny) #CE600F
RGB
CMYK
RGB Variations
Color information
#CE600F (or 0xCE600F) is known color: Tenne (Tawny). HEX triplet: CE, 60 and 0F. RGB value is (206,96,15). Sum of RGB (Red+Green+Blue) = 206+96+15=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE600F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE600F is #319FF0. Grayscale: #787878. Windows color (decimal): -3252209 or 1007822. OLE color: 1007822.
HSL color Cylindrical-coordinate representation of color #CE600F: hue angle of 25.45º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE600F is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 15 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.19 |
| HSL | 25.45º | 0.86% | 0.43% | - |
| HSV(B) | 25.45º | 0.93% | 0.81% | - |
| XYZ | 29.72 | 21.52 | 3.04 | - |
| YUV | 119.66 | 68.94 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 15 | 0 | 0.53 | 0.93 | 0.19 | 25.45 | 0.86 | 0.43 |
| Hex | CE | 60 | F | 0 | 35 | 5D | 13 | 19 | 56 | 2B |
| Octal | 316 | 140 | 17 | 0 | 65 | 135 | 23 | 31 | 126 | 53 |
| Binary | 11001110 | 1100000 | 1111 | 0 | 110101 | 1011101 | 10011 | 11001 | 1010110 | 101011 |
Color Harmonies of #CE600F
Complementary color
Monochromatic Colors of #CE600F
Black with #CE600F
Text Example
Text Example
White with #CE600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE600F; }
p { color: rgb(206,96,15); }
H1.HeaderClassName
{
color: #CE600F;
}
.AnyTagClassName
{
color: #CE600F;
}
</style>
background-color css
<style>
a { background-color: #CE600F; }
a { background-color: rgb(206,96,15); }
div.DivClassName
{
background-color: #CE600F;
}
.BgClassName
{
background-color: #CE600F;
}
</style>
border-color css
<style>
span { border-color: #CE600F; }
span { border-color: rgb(206,96,15); }
td.TdClassName
{
border-color: #CE600F;
}
.TagClassName
{
border-color: #CE600F;
}
</style>