Shades of Tenne (Tawny) #CA5013
Tints of Tenne (Tawny) #CA5013
RGB
CMYK
RGB Variations
Color information
#CA5013 (or 0xCA5013) is known color: Tenne (Tawny). HEX triplet: CA, 50 and 13. RGB value is (202,80,19). Sum of RGB (Red+Green+Blue) = 202+80+19=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5013 is #35AFEC. Grayscale: #6D6D6D. Windows color (decimal): -3518445 or 1265866. OLE color: 1265866.
HSL color Cylindrical-coordinate representation of color #CA5013: hue angle of 20º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA5013 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 19 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.21 |
| HSL | 20º | 0.83% | 0.43% | - |
| HSV(B) | 20º | 0.91% | 0.79% | - |
| XYZ | 27.34 | 18.34 | 2.72 | - |
| YUV | 109.52 | 76.92 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 19 | 0 | 0.60 | 0.91 | 0.21 | 20 | 0.83 | 0.43 |
| Hex | CA | 50 | 13 | 0 | 3C | 5B | 15 | 14 | 53 | 2B |
| Octal | 312 | 120 | 23 | 0 | 74 | 133 | 25 | 24 | 123 | 53 |
| Binary | 11001010 | 1010000 | 10011 | 0 | 111100 | 1011011 | 10101 | 10100 | 1010011 | 101011 |
Color Harmonies of #CA5013
Complementary color
Monochromatic Colors of #CA5013
Black with #CA5013
Text Example
Text Example
White with #CA5013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5013; }
p { color: rgb(202,80,19); }
H1.HeaderClassName
{
color: #CA5013;
}
.AnyTagClassName
{
color: #CA5013;
}
</style>
background-color css
<style>
a { background-color: #CA5013; }
a { background-color: rgb(202,80,19); }
div.DivClassName
{
background-color: #CA5013;
}
.BgClassName
{
background-color: #CA5013;
}
</style>
border-color css
<style>
span { border-color: #CA5013; }
span { border-color: rgb(202,80,19); }
td.TdClassName
{
border-color: #CA5013;
}
.TagClassName
{
border-color: #CA5013;
}
</style>