Shades of Tenne (Tawny) #CA5510
Tints of Tenne (Tawny) #CA5510
RGB
CMYK
RGB Variations
Color information
#CA5510 (or 0xCA5510) is known color: Tenne (Tawny). HEX triplet: CA, 55 and 10. RGB value is (202,85,16). Sum of RGB (Red+Green+Blue) = 202+85+16=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5510 is #35AAEF. Grayscale: #707070. Windows color (decimal): -3517168 or 1070538. OLE color: 1070538.
HSL color Cylindrical-coordinate representation of color #CA5510: hue angle of 22.26º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA5510 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 16 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.21 |
| HSL | 22.26º | 0.85% | 0.43% | - |
| HSV(B) | 22.26º | 0.92% | 0.79% | - |
| XYZ | 27.7 | 19.09 | 2.72 | - |
| YUV | 112.12 | 73.76 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 16 | 0 | 0.58 | 0.92 | 0.21 | 22.26 | 0.85 | 0.43 |
| Hex | CA | 55 | 10 | 0 | 3A | 5C | 15 | 16 | 55 | 2B |
| Octal | 312 | 125 | 20 | 0 | 72 | 134 | 25 | 26 | 125 | 53 |
| Binary | 11001010 | 1010101 | 10000 | 0 | 111010 | 1011100 | 10101 | 10110 | 1010101 | 101011 |
Color Harmonies of #CA5510
Complementary color
Monochromatic Colors of #CA5510
Black with #CA5510
Text Example
Text Example
White with #CA5510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5510; }
p { color: rgb(202,85,16); }
H1.HeaderClassName
{
color: #CA5510;
}
.AnyTagClassName
{
color: #CA5510;
}
</style>
background-color css
<style>
a { background-color: #CA5510; }
a { background-color: rgb(202,85,16); }
div.DivClassName
{
background-color: #CA5510;
}
.BgClassName
{
background-color: #CA5510;
}
</style>
border-color css
<style>
span { border-color: #CA5510; }
span { border-color: rgb(202,85,16); }
td.TdClassName
{
border-color: #CA5510;
}
.TagClassName
{
border-color: #CA5510;
}
</style>