Shades of Tenne (Tawny) #CA5113
Tints of Tenne (Tawny) #CA5113
RGB
CMYK
RGB Variations
Color information
#CA5113 (or 0xCA5113) is known color: Tenne (Tawny). HEX triplet: CA, 51 and 13. RGB value is (202,81,19). Sum of RGB (Red+Green+Blue) = 202+81+19=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5113 is #35AEEC. Grayscale: #6E6E6E. Windows color (decimal): -3518189 or 1266122. OLE color: 1266122.
HSL color Cylindrical-coordinate representation of color #CA5113: hue angle of 20.33º 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 #CA5113 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 19 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.21 |
| HSL | 20.33º | 0.83% | 0.43% | - |
| HSV(B) | 20.33º | 0.91% | 0.79% | - |
| XYZ | 27.42 | 18.49 | 2.74 | - |
| YUV | 110.11 | 76.59 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 19 | 0 | 0.60 | 0.91 | 0.21 | 20.33 | 0.83 | 0.43 |
| Hex | CA | 51 | 13 | 0 | 3C | 5B | 15 | 14 | 53 | 2B |
| Octal | 312 | 121 | 23 | 0 | 74 | 133 | 25 | 24 | 123 | 53 |
| Binary | 11001010 | 1010001 | 10011 | 0 | 111100 | 1011011 | 10101 | 10100 | 1010011 | 101011 |
Color Harmonies of #CA5113
Complementary color
Monochromatic Colors of #CA5113
Black with #CA5113
Text Example
Text Example
White with #CA5113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5113; }
p { color: rgb(202,81,19); }
H1.HeaderClassName
{
color: #CA5113;
}
.AnyTagClassName
{
color: #CA5113;
}
</style>
background-color css
<style>
a { background-color: #CA5113; }
a { background-color: rgb(202,81,19); }
div.DivClassName
{
background-color: #CA5113;
}
.BgClassName
{
background-color: #CA5113;
}
</style>
border-color css
<style>
span { border-color: #CA5113; }
span { border-color: rgb(202,81,19); }
td.TdClassName
{
border-color: #CA5113;
}
.TagClassName
{
border-color: #CA5113;
}
</style>