Shades of Tenne (Tawny) #CA600E
Tints of Tenne (Tawny) #CA600E
RGB
CMYK
RGB Variations
Color information
#CA600E (or 0xCA600E) is known color: Tenne (Tawny). HEX triplet: CA, 60 and 0E. RGB value is (202,96,14). Sum of RGB (Red+Green+Blue) = 202+96+14=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA600E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA600E is #359FF1. Grayscale: #767676. Windows color (decimal): -3514354 or 942282. OLE color: 942282.
HSL color Cylindrical-coordinate representation of color #CA600E: hue angle of 26.17º 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 #CA600E is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 14 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.21 |
| HSL | 26.17º | 0.87% | 0.42% | - |
| HSV(B) | 26.17º | 0.93% | 0.79% | - |
| XYZ | 28.62 | 20.95 | 2.95 | - |
| YUV | 118.35 | 69.12 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 14 | 0 | 0.52 | 0.93 | 0.21 | 26.17 | 0.87 | 0.42 |
| Hex | CA | 60 | E | 0 | 34 | 5D | 15 | 1A | 57 | 2A |
| Octal | 312 | 140 | 16 | 0 | 64 | 135 | 25 | 32 | 127 | 52 |
| Binary | 11001010 | 1100000 | 1110 | 0 | 110100 | 1011101 | 10101 | 11010 | 1010111 | 101010 |
Color Harmonies of #CA600E
Complementary color
Monochromatic Colors of #CA600E
Black with #CA600E
Text Example
Text Example
White with #CA600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA600E; }
p { color: rgb(202,96,14); }
H1.HeaderClassName
{
color: #CA600E;
}
.AnyTagClassName
{
color: #CA600E;
}
</style>
background-color css
<style>
a { background-color: #CA600E; }
a { background-color: rgb(202,96,14); }
div.DivClassName
{
background-color: #CA600E;
}
.BgClassName
{
background-color: #CA600E;
}
</style>
border-color css
<style>
span { border-color: #CA600E; }
span { border-color: rgb(202,96,14); }
td.TdClassName
{
border-color: #CA600E;
}
.TagClassName
{
border-color: #CA600E;
}
</style>