Shades of Tenne (Tawny) #CA5015
Tints of Tenne (Tawny) #CA5015
RGB
CMYK
RGB Variations
Color information
#CA5015 (or 0xCA5015) is known color: Tenne (Tawny). HEX triplet: CA, 50 and 15. RGB value is (202,80,21). Sum of RGB (Red+Green+Blue) = 202+80+21=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5015 is #35AFEA. Grayscale: #6E6E6E. Windows color (decimal): -3518443 or 1396938. OLE color: 1396938.
HSL color Cylindrical-coordinate representation of color #CA5015: hue angle of 19.56º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA5015 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 21 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.21 |
| HSL | 19.56º | 0.81% | 0.44% | - |
| HSV(B) | 19.56º | 0.9% | 0.79% | - |
| XYZ | 27.36 | 18.35 | 2.81 | - |
| YUV | 109.75 | 77.92 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 21 | 0 | 0.60 | 0.90 | 0.21 | 19.56 | 0.81 | 0.44 |
| Hex | CA | 50 | 15 | 0 | 3C | 5A | 15 | 14 | 51 | 2C |
| Octal | 312 | 120 | 25 | 0 | 74 | 132 | 25 | 24 | 121 | 54 |
| Binary | 11001010 | 1010000 | 10101 | 0 | 111100 | 1011010 | 10101 | 10100 | 1010001 | 101100 |
Color Harmonies of #CA5015
Complementary color
Monochromatic Colors of #CA5015
Black with #CA5015
Text Example
Text Example
White with #CA5015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5015; }
p { color: rgb(202,80,21); }
H1.HeaderClassName
{
color: #CA5015;
}
.AnyTagClassName
{
color: #CA5015;
}
</style>
background-color css
<style>
a { background-color: #CA5015; }
a { background-color: rgb(202,80,21); }
div.DivClassName
{
background-color: #CA5015;
}
.BgClassName
{
background-color: #CA5015;
}
</style>
border-color css
<style>
span { border-color: #CA5015; }
span { border-color: rgb(202,80,21); }
td.TdClassName
{
border-color: #CA5015;
}
.TagClassName
{
border-color: #CA5015;
}
</style>