Shades of Tenne (Tawny) #CA5A09
Tints of Tenne (Tawny) #CA5A09
RGB
CMYK
RGB Variations
Color information
#CA5A09 (or 0xCA5A09) is known color: Tenne (Tawny). HEX triplet: CA, 5A and 09. RGB value is (202,90,9). Sum of RGB (Red+Green+Blue) = 202+90+9=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5A09 is #35A5F6. Grayscale: #727272. Windows color (decimal): -3515895 or 613066. OLE color: 613066.
HSL color Cylindrical-coordinate representation of color #CA5A09: hue angle of 25.18º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA5A09 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 9 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.21 |
| HSL | 25.18º | 0.91% | 0.41% | - |
| HSV(B) | 25.18º | 0.96% | 0.79% | - |
| XYZ | 28.06 | 19.89 | 2.62 | - |
| YUV | 114.25 | 68.61 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 9 | 0 | 0.55 | 0.96 | 0.21 | 25.18 | 0.91 | 0.41 |
| Hex | CA | 5A | 9 | 0 | 37 | 60 | 15 | 19 | 5B | 29 |
| Octal | 312 | 132 | 11 | 0 | 67 | 140 | 25 | 31 | 133 | 51 |
| Binary | 11001010 | 1011010 | 1001 | 0 | 110111 | 1100000 | 10101 | 11001 | 1011011 | 101001 |
Color Harmonies of #CA5A09
Complementary color
Monochromatic Colors of #CA5A09
Black with #CA5A09
Text Example
Text Example
White with #CA5A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5A09; }
p { color: rgb(202,90,9); }
H1.HeaderClassName
{
color: #CA5A09;
}
.AnyTagClassName
{
color: #CA5A09;
}
</style>
background-color css
<style>
a { background-color: #CA5A09; }
a { background-color: rgb(202,90,9); }
div.DivClassName
{
background-color: #CA5A09;
}
.BgClassName
{
background-color: #CA5A09;
}
</style>
border-color css
<style>
span { border-color: #CA5A09; }
span { border-color: rgb(202,90,9); }
td.TdClassName
{
border-color: #CA5A09;
}
.TagClassName
{
border-color: #CA5A09;
}
</style>