Shades of Tenne (Tawny) #CA490A
Tints of Tenne (Tawny) #CA490A
RGB
CMYK
RGB Variations
Color information
#CA490A (or 0xCA490A) is known color: Tenne (Tawny). HEX triplet: CA, 49 and 0A. RGB value is (202,73,10). Sum of RGB (Red+Green+Blue) = 202+73+10=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA490A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA490A is #35B6F5. Grayscale: #686868. Windows color (decimal): -3520246 or 674250. OLE color: 674250.
HSL color Cylindrical-coordinate representation of color #CA490A: hue angle of 19.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA490A is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 10 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.21 |
| HSL | 19.69º | 0.91% | 0.42% | - |
| HSV(B) | 19.69º | 0.95% | 0.79% | - |
| XYZ | 26.79 | 17.34 | 2.22 | - |
| YUV | 104.39 | 74.74 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 10 | 0 | 0.64 | 0.95 | 0.21 | 19.69 | 0.91 | 0.42 |
| Hex | CA | 49 | A | 0 | 40 | 5F | 15 | 14 | 5B | 2A |
| Octal | 312 | 111 | 12 | 0 | 100 | 137 | 25 | 24 | 133 | 52 |
| Binary | 11001010 | 1001001 | 1010 | 0 | 1000000 | 1011111 | 10101 | 10100 | 1011011 | 101010 |
Color Harmonies of #CA490A
Complementary color
Monochromatic Colors of #CA490A
Black with #CA490A
Text Example
Text Example
White with #CA490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA490A; }
p { color: rgb(202,73,10); }
H1.HeaderClassName
{
color: #CA490A;
}
.AnyTagClassName
{
color: #CA490A;
}
</style>
background-color css
<style>
a { background-color: #CA490A; }
a { background-color: rgb(202,73,10); }
div.DivClassName
{
background-color: #CA490A;
}
.BgClassName
{
background-color: #CA490A;
}
</style>
border-color css
<style>
span { border-color: #CA490A; }
span { border-color: rgb(202,73,10); }
td.TdClassName
{
border-color: #CA490A;
}
.TagClassName
{
border-color: #CA490A;
}
</style>