Shades of Tenne (Tawny) #C94F12
Tints of Tenne (Tawny) #C94F12
RGB
CMYK
RGB Variations
Color information
#C94F12 (or 0xC94F12) is known color: Tenne (Tawny). HEX triplet: C9, 4F and 12. RGB value is (201,79,18). Sum of RGB (Red+Green+Blue) = 201+79+18=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94F12 is #36B0ED. Grayscale: #6C6C6C. Windows color (decimal): -3584238 or 1200073. OLE color: 1200073.
HSL color Cylindrical-coordinate representation of color #C94F12: hue angle of 20º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C94F12 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 18 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.21 |
| HSL | 20º | 0.84% | 0.43% | - |
| HSV(B) | 20º | 0.91% | 0.79% | - |
| XYZ | 26.99 | 18.05 | 2.63 | - |
| YUV | 108.52 | 76.92 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 18 | 0 | 0.61 | 0.91 | 0.21 | 20 | 0.84 | 0.43 |
| Hex | C9 | 4F | 12 | 0 | 3D | 5B | 15 | 14 | 54 | 2B |
| Octal | 311 | 117 | 22 | 0 | 75 | 133 | 25 | 24 | 124 | 53 |
| Binary | 11001001 | 1001111 | 10010 | 0 | 111101 | 1011011 | 10101 | 10100 | 1010100 | 101011 |
Color Harmonies of #C94F12
Complementary color
Monochromatic Colors of #C94F12
Black with #C94F12
Text Example
Text Example
White with #C94F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F12; }
p { color: rgb(201,79,18); }
H1.HeaderClassName
{
color: #C94F12;
}
.AnyTagClassName
{
color: #C94F12;
}
</style>
background-color css
<style>
a { background-color: #C94F12; }
a { background-color: rgb(201,79,18); }
div.DivClassName
{
background-color: #C94F12;
}
.BgClassName
{
background-color: #C94F12;
}
</style>
border-color css
<style>
span { border-color: #C94F12; }
span { border-color: rgb(201,79,18); }
td.TdClassName
{
border-color: #C94F12;
}
.TagClassName
{
border-color: #C94F12;
}
</style>