Shades of Tenne (Tawny) #CA610E
Tints of Tenne (Tawny) #CA610E
RGB
CMYK
RGB Variations
Color information
#CA610E (or 0xCA610E) is known color: Tenne (Tawny). HEX triplet: CA, 61 and 0E. RGB value is (202,97,14). Sum of RGB (Red+Green+Blue) = 202+97+14=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA610E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA610E is #359EF1. Grayscale: #777777. Windows color (decimal): -3514098 or 942538. OLE color: 942538.
HSL color Cylindrical-coordinate representation of color #CA610E: hue angle of 26.49º 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 #CA610E is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 14 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.21 |
| HSL | 26.49º | 0.87% | 0.42% | - |
| HSV(B) | 26.49º | 0.93% | 0.79% | - |
| XYZ | 28.71 | 21.14 | 2.98 | - |
| YUV | 118.93 | 68.79 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 14 | 0 | 0.52 | 0.93 | 0.21 | 26.49 | 0.87 | 0.42 |
| Hex | CA | 61 | E | 0 | 34 | 5D | 15 | 1A | 57 | 2A |
| Octal | 312 | 141 | 16 | 0 | 64 | 135 | 25 | 32 | 127 | 52 |
| Binary | 11001010 | 1100001 | 1110 | 0 | 110100 | 1011101 | 10101 | 11010 | 1010111 | 101010 |
Color Harmonies of #CA610E
Complementary color
Monochromatic Colors of #CA610E
Black with #CA610E
Text Example
Text Example
White with #CA610E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA610E; }
p { color: rgb(202,97,14); }
H1.HeaderClassName
{
color: #CA610E;
}
.AnyTagClassName
{
color: #CA610E;
}
</style>
background-color css
<style>
a { background-color: #CA610E; }
a { background-color: rgb(202,97,14); }
div.DivClassName
{
background-color: #CA610E;
}
.BgClassName
{
background-color: #CA610E;
}
</style>
border-color css
<style>
span { border-color: #CA610E; }
span { border-color: rgb(202,97,14); }
td.TdClassName
{
border-color: #CA610E;
}
.TagClassName
{
border-color: #CA610E;
}
</style>