Shades of Tenne (Tawny) #CE610C
Tints of Tenne (Tawny) #CE610C
RGB
CMYK
RGB Variations
Color information
#CE610C (or 0xCE610C) is known color: Tenne (Tawny). HEX triplet: CE, 61 and 0C. RGB value is (206,97,12). Sum of RGB (Red+Green+Blue) = 206+97+12=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE610C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE610C is #319EF3. Grayscale: #787878. Windows color (decimal): -3251956 or 811470. OLE color: 811470.
HSL color Cylindrical-coordinate representation of color #CE610C: hue angle of 26.29º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE610C is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 12 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.19 |
| HSL | 26.29º | 0.89% | 0.43% | - |
| HSV(B) | 26.29º | 0.94% | 0.81% | - |
| XYZ | 29.79 | 21.7 | 2.97 | - |
| YUV | 119.9 | 67.11 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 12 | 0 | 0.53 | 0.94 | 0.19 | 26.29 | 0.89 | 0.43 |
| Hex | CE | 61 | C | 0 | 35 | 5E | 13 | 1A | 59 | 2B |
| Octal | 316 | 141 | 14 | 0 | 65 | 136 | 23 | 32 | 131 | 53 |
| Binary | 11001110 | 1100001 | 1100 | 0 | 110101 | 1011110 | 10011 | 11010 | 1011001 | 101011 |
Color Harmonies of #CE610C
Complementary color
Monochromatic Colors of #CE610C
Black with #CE610C
Text Example
Text Example
White with #CE610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE610C; }
p { color: rgb(206,97,12); }
H1.HeaderClassName
{
color: #CE610C;
}
.AnyTagClassName
{
color: #CE610C;
}
</style>
background-color css
<style>
a { background-color: #CE610C; }
a { background-color: rgb(206,97,12); }
div.DivClassName
{
background-color: #CE610C;
}
.BgClassName
{
background-color: #CE610C;
}
</style>
border-color css
<style>
span { border-color: #CE610C; }
span { border-color: rgb(206,97,12); }
td.TdClassName
{
border-color: #CE610C;
}
.TagClassName
{
border-color: #CE610C;
}
</style>