Shades of Tenne (Tawny) #CA4C0E
Tints of Tenne (Tawny) #CA4C0E
RGB
CMYK
RGB Variations
Color information
#CA4C0E (or 0xCA4C0E) is known color: Tenne (Tawny). HEX triplet: CA, 4C and 0E. RGB value is (202,76,14). Sum of RGB (Red+Green+Blue) = 202+76+14=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4C0E is #35B3F1. Grayscale: #6A6A6A. Windows color (decimal): -3519474 or 937162. OLE color: 937162.
HSL color Cylindrical-coordinate representation of color #CA4C0E: hue angle of 19.79º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA4C0E is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 14 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.21 |
| HSL | 19.79º | 0.87% | 0.42% | - |
| HSV(B) | 19.79º | 0.93% | 0.79% | - |
| XYZ | 27.02 | 17.76 | 2.42 | - |
| YUV | 106.61 | 75.74 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 14 | 0 | 0.62 | 0.93 | 0.21 | 19.79 | 0.87 | 0.42 |
| Hex | CA | 4C | E | 0 | 3E | 5D | 15 | 14 | 57 | 2A |
| Octal | 312 | 114 | 16 | 0 | 76 | 135 | 25 | 24 | 127 | 52 |
| Binary | 11001010 | 1001100 | 1110 | 0 | 111110 | 1011101 | 10101 | 10100 | 1010111 | 101010 |
Color Harmonies of #CA4C0E
Complementary color
Monochromatic Colors of #CA4C0E
Black with #CA4C0E
Text Example
Text Example
White with #CA4C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4C0E; }
p { color: rgb(202,76,14); }
H1.HeaderClassName
{
color: #CA4C0E;
}
.AnyTagClassName
{
color: #CA4C0E;
}
</style>
background-color css
<style>
a { background-color: #CA4C0E; }
a { background-color: rgb(202,76,14); }
div.DivClassName
{
background-color: #CA4C0E;
}
.BgClassName
{
background-color: #CA4C0E;
}
</style>
border-color css
<style>
span { border-color: #CA4C0E; }
span { border-color: rgb(202,76,14); }
td.TdClassName
{
border-color: #CA4C0E;
}
.TagClassName
{
border-color: #CA4C0E;
}
</style>