Shades of Tenne (Tawny) #C94F14
Tints of Tenne (Tawny) #C94F14
RGB
CMYK
RGB Variations
Color information
#C94F14 (or 0xC94F14) is known color: Tenne (Tawny). HEX triplet: C9, 4F and 14. RGB value is (201,79,20). Sum of RGB (Red+Green+Blue) = 201+79+20=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94F14 is #36B0EB. Grayscale: #6D6D6D. Windows color (decimal): -3584236 or 1331145. OLE color: 1331145.
HSL color Cylindrical-coordinate representation of color #C94F14: hue angle of 19.56º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C94F14 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 20 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.21 |
| HSL | 19.56º | 0.82% | 0.43% | - |
| HSV(B) | 19.56º | 0.9% | 0.79% | - |
| XYZ | 27.01 | 18.06 | 2.72 | - |
| YUV | 108.75 | 77.92 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 20 | 0 | 0.61 | 0.90 | 0.21 | 19.56 | 0.82 | 0.43 |
| Hex | C9 | 4F | 14 | 0 | 3D | 5A | 15 | 14 | 52 | 2B |
| Octal | 311 | 117 | 24 | 0 | 75 | 132 | 25 | 24 | 122 | 53 |
| Binary | 11001001 | 1001111 | 10100 | 0 | 111101 | 1011010 | 10101 | 10100 | 1010010 | 101011 |
Color Harmonies of #C94F14
Complementary color
Monochromatic Colors of #C94F14
Black with #C94F14
Text Example
Text Example
White with #C94F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F14; }
p { color: rgb(201,79,20); }
H1.HeaderClassName
{
color: #C94F14;
}
.AnyTagClassName
{
color: #C94F14;
}
</style>
background-color css
<style>
a { background-color: #C94F14; }
a { background-color: rgb(201,79,20); }
div.DivClassName
{
background-color: #C94F14;
}
.BgClassName
{
background-color: #C94F14;
}
</style>
border-color css
<style>
span { border-color: #C94F14; }
span { border-color: rgb(201,79,20); }
td.TdClassName
{
border-color: #C94F14;
}
.TagClassName
{
border-color: #C94F14;
}
</style>