Shades of Tenne (Tawny) #CE470C
Tints of Tenne (Tawny) #CE470C
RGB
CMYK
RGB Variations
Color information
#CE470C (or 0xCE470C) is known color: Tenne (Tawny). HEX triplet: CE, 47 and 0C. RGB value is (206,71,12). Sum of RGB (Red+Green+Blue) = 206+71+12=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE470C is #31B8F3. Grayscale: #696969. Windows color (decimal): -3258612 or 804814. OLE color: 804814.
HSL color Cylindrical-coordinate representation of color #CE470C: hue angle of 18.25º 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 #CE470C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 12 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.19 |
| HSL | 18.25º | 0.89% | 0.43% | - |
| HSV(B) | 18.25º | 0.94% | 0.81% | - |
| XYZ | 27.77 | 17.65 | 2.29 | - |
| YUV | 104.64 | 75.73 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 12 | 0 | 0.66 | 0.94 | 0.19 | 18.25 | 0.89 | 0.43 |
| Hex | CE | 47 | C | 0 | 42 | 5E | 13 | 12 | 59 | 2B |
| Octal | 316 | 107 | 14 | 0 | 102 | 136 | 23 | 22 | 131 | 53 |
| Binary | 11001110 | 1000111 | 1100 | 0 | 1000010 | 1011110 | 10011 | 10010 | 1011001 | 101011 |
Color Harmonies of #CE470C
Complementary color
Monochromatic Colors of #CE470C
Black with #CE470C
Text Example
Text Example
White with #CE470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE470C; }
p { color: rgb(206,71,12); }
H1.HeaderClassName
{
color: #CE470C;
}
.AnyTagClassName
{
color: #CE470C;
}
</style>
background-color css
<style>
a { background-color: #CE470C; }
a { background-color: rgb(206,71,12); }
div.DivClassName
{
background-color: #CE470C;
}
.BgClassName
{
background-color: #CE470C;
}
</style>
border-color css
<style>
span { border-color: #CE470C; }
span { border-color: rgb(206,71,12); }
td.TdClassName
{
border-color: #CE470C;
}
.TagClassName
{
border-color: #CE470C;
}
</style>