Shades of Tenne (Tawny) #CA7005
Tints of Tenne (Tawny) #CA7005
RGB
CMYK
RGB Variations
Color information
#CA7005 (or 0xCA7005) is known color: Tenne (Tawny). HEX triplet: CA, 70 and 05. RGB value is (202,112,5). Sum of RGB (Red+Green+Blue) = 202+112+5=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7005 is #358FFA. Grayscale: #7F7F7F. Windows color (decimal): -3510267 or 356554. OLE color: 356554.
HSL color Cylindrical-coordinate representation of color #CA7005: hue angle of 32.59º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA7005 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 5 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.21 |
| HSL | 32.59º | 0.95% | 0.41% | - |
| HSV(B) | 32.59º | 0.98% | 0.79% | - |
| XYZ | 30.18 | 24.16 | 3.22 | - |
| YUV | 126.71 | 59.32 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 5 | 0 | 0.45 | 0.98 | 0.21 | 32.59 | 0.95 | 0.41 |
| Hex | CA | 70 | 5 | 0 | 2D | 62 | 15 | 21 | 5F | 29 |
| Octal | 312 | 160 | 5 | 0 | 55 | 142 | 25 | 41 | 137 | 51 |
| Binary | 11001010 | 1110000 | 101 | 0 | 101101 | 1100010 | 10101 | 100001 | 1011111 | 101001 |
Color Harmonies of #CA7005
Complementary color
Monochromatic Colors of #CA7005
Black with #CA7005
Text Example
Text Example
White with #CA7005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7005; }
p { color: rgb(202,112,5); }
H1.HeaderClassName
{
color: #CA7005;
}
.AnyTagClassName
{
color: #CA7005;
}
</style>
background-color css
<style>
a { background-color: #CA7005; }
a { background-color: rgb(202,112,5); }
div.DivClassName
{
background-color: #CA7005;
}
.BgClassName
{
background-color: #CA7005;
}
</style>
border-color css
<style>
span { border-color: #CA7005; }
span { border-color: rgb(202,112,5); }
td.TdClassName
{
border-color: #CA7005;
}
.TagClassName
{
border-color: #CA7005;
}
</style>