Shades of Tenne (Tawny) #CA5E10
Tints of Tenne (Tawny) #CA5E10
RGB
CMYK
RGB Variations
Color information
#CA5E10 (or 0xCA5E10) is known color: Tenne (Tawny). HEX triplet: CA, 5E and 10. RGB value is (202,94,16). Sum of RGB (Red+Green+Blue) = 202+94+16=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5E10 is #35A1EF. Grayscale: #757575. Windows color (decimal): -3514864 or 1072842. OLE color: 1072842.
HSL color Cylindrical-coordinate representation of color #CA5E10: hue angle of 25.16º 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 #CA5E10 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 16 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.21 |
| HSL | 25.16º | 0.85% | 0.43% | - |
| HSV(B) | 25.16º | 0.92% | 0.79% | - |
| XYZ | 28.45 | 20.6 | 2.97 | - |
| YUV | 117.4 | 70.78 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 16 | 0 | 0.53 | 0.92 | 0.21 | 25.16 | 0.85 | 0.43 |
| Hex | CA | 5E | 10 | 0 | 35 | 5C | 15 | 19 | 55 | 2B |
| Octal | 312 | 136 | 20 | 0 | 65 | 134 | 25 | 31 | 125 | 53 |
| Binary | 11001010 | 1011110 | 10000 | 0 | 110101 | 1011100 | 10101 | 11001 | 1010101 | 101011 |
Color Harmonies of #CA5E10
Complementary color
Monochromatic Colors of #CA5E10
Black with #CA5E10
Text Example
Text Example
White with #CA5E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E10; }
p { color: rgb(202,94,16); }
H1.HeaderClassName
{
color: #CA5E10;
}
.AnyTagClassName
{
color: #CA5E10;
}
</style>
background-color css
<style>
a { background-color: #CA5E10; }
a { background-color: rgb(202,94,16); }
div.DivClassName
{
background-color: #CA5E10;
}
.BgClassName
{
background-color: #CA5E10;
}
</style>
border-color css
<style>
span { border-color: #CA5E10; }
span { border-color: rgb(202,94,16); }
td.TdClassName
{
border-color: #CA5E10;
}
.TagClassName
{
border-color: #CA5E10;
}
</style>