Shades of Tenne (Tawny) #CA590C
Tints of Tenne (Tawny) #CA590C
RGB
CMYK
RGB Variations
Color information
#CA590C (or 0xCA590C) is known color: Tenne (Tawny). HEX triplet: CA, 59 and 0C. RGB value is (202,89,12). Sum of RGB (Red+Green+Blue) = 202+89+12=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA590C is #35A6F3. Grayscale: #727272. Windows color (decimal): -3516148 or 809418. OLE color: 809418.
HSL color Cylindrical-coordinate representation of color #CA590C: hue angle of 24.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA590C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 12 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.21 |
| HSL | 24.32º | 0.89% | 0.42% | - |
| HSV(B) | 24.32º | 0.94% | 0.79% | - |
| XYZ | 28 | 19.73 | 2.68 | - |
| YUV | 114.01 | 70.44 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 12 | 0 | 0.56 | 0.94 | 0.21 | 24.32 | 0.89 | 0.42 |
| Hex | CA | 59 | C | 0 | 38 | 5E | 15 | 18 | 59 | 2A |
| Octal | 312 | 131 | 14 | 0 | 70 | 136 | 25 | 30 | 131 | 52 |
| Binary | 11001010 | 1011001 | 1100 | 0 | 111000 | 1011110 | 10101 | 11000 | 1011001 | 101010 |
Color Harmonies of #CA590C
Complementary color
Monochromatic Colors of #CA590C
Black with #CA590C
Text Example
Text Example
White with #CA590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA590C; }
p { color: rgb(202,89,12); }
H1.HeaderClassName
{
color: #CA590C;
}
.AnyTagClassName
{
color: #CA590C;
}
</style>
background-color css
<style>
a { background-color: #CA590C; }
a { background-color: rgb(202,89,12); }
div.DivClassName
{
background-color: #CA590C;
}
.BgClassName
{
background-color: #CA590C;
}
</style>
border-color css
<style>
span { border-color: #CA590C; }
span { border-color: rgb(202,89,12); }
td.TdClassName
{
border-color: #CA590C;
}
.TagClassName
{
border-color: #CA590C;
}
</style>