Shades of Tenne (Tawny) #CA5E09
Tints of Tenne (Tawny) #CA5E09
RGB
CMYK
RGB Variations
Color information
#CA5E09 (or 0xCA5E09) is known color: Tenne (Tawny). HEX triplet: CA, 5E and 09. RGB value is (202,94,9). Sum of RGB (Red+Green+Blue) = 202+94+9=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5E09 is #35A1F6. Grayscale: #757575. Windows color (decimal): -3514871 or 614090. OLE color: 614090.
HSL color Cylindrical-coordinate representation of color #CA5E09: hue angle of 26.42º 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 #CA5E09 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 9 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.21 |
| HSL | 26.42º | 0.91% | 0.41% | - |
| HSV(B) | 26.42º | 0.96% | 0.79% | - |
| XYZ | 28.41 | 20.58 | 2.73 | - |
| YUV | 116.6 | 67.28 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 9 | 0 | 0.53 | 0.96 | 0.21 | 26.42 | 0.91 | 0.41 |
| Hex | CA | 5E | 9 | 0 | 35 | 60 | 15 | 1A | 5B | 29 |
| Octal | 312 | 136 | 11 | 0 | 65 | 140 | 25 | 32 | 133 | 51 |
| Binary | 11001010 | 1011110 | 1001 | 0 | 110101 | 1100000 | 10101 | 11010 | 1011011 | 101001 |
Color Harmonies of #CA5E09
Complementary color
Monochromatic Colors of #CA5E09
Black with #CA5E09
Text Example
Text Example
White with #CA5E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E09; }
p { color: rgb(202,94,9); }
H1.HeaderClassName
{
color: #CA5E09;
}
.AnyTagClassName
{
color: #CA5E09;
}
</style>
background-color css
<style>
a { background-color: #CA5E09; }
a { background-color: rgb(202,94,9); }
div.DivClassName
{
background-color: #CA5E09;
}
.BgClassName
{
background-color: #CA5E09;
}
</style>
border-color css
<style>
span { border-color: #CA5E09; }
span { border-color: rgb(202,94,9); }
td.TdClassName
{
border-color: #CA5E09;
}
.TagClassName
{
border-color: #CA5E09;
}
</style>