Shades of Tenne (Tawny) #C14F0A
Tints of Tenne (Tawny) #C14F0A
RGB
CMYK
RGB Variations
Color information
#C14F0A (or 0xC14F0A) is known color: Tenne (Tawny). HEX triplet: C1, 4F and 0A. RGB value is (193,79,10). Sum of RGB (Red+Green+Blue) = 193+79+10=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C14F0A is #3EB0F5. Grayscale: #696969. Windows color (decimal): -4108534 or 675777. OLE color: 675777.
HSL color Cylindrical-coordinate representation of color #C14F0A: hue angle of 22.62º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C14F0A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 10 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.24 |
| HSL | 22.62º | 0.9% | 0.4% | - |
| HSV(B) | 22.62º | 0.95% | 0.76% | - |
| XYZ | 24.84 | 16.95 | 2.25 | - |
| YUV | 105.22 | 74.27 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 10 | 0 | 0.59 | 0.95 | 0.24 | 22.62 | 0.9 | 0.4 |
| Hex | C1 | 4F | A | 0 | 3B | 5F | 18 | 17 | 5A | 28 |
| Octal | 301 | 117 | 12 | 0 | 73 | 137 | 30 | 27 | 132 | 50 |
| Binary | 11000001 | 1001111 | 1010 | 0 | 111011 | 1011111 | 11000 | 10111 | 1011010 | 101000 |
Color Harmonies of #C14F0A
Complementary color
Monochromatic Colors of #C14F0A
Black with #C14F0A
Text Example
Text Example
White with #C14F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14F0A; }
p { color: rgb(193,79,10); }
H1.HeaderClassName
{
color: #C14F0A;
}
.AnyTagClassName
{
color: #C14F0A;
}
</style>
background-color css
<style>
a { background-color: #C14F0A; }
a { background-color: rgb(193,79,10); }
div.DivClassName
{
background-color: #C14F0A;
}
.BgClassName
{
background-color: #C14F0A;
}
</style>
border-color css
<style>
span { border-color: #C14F0A; }
span { border-color: rgb(193,79,10); }
td.TdClassName
{
border-color: #C14F0A;
}
.TagClassName
{
border-color: #C14F0A;
}
</style>