Shades of Tenne (Tawny) #CA580D
Tints of Tenne (Tawny) #CA580D
RGB
CMYK
RGB Variations
Color information
#CA580D (or 0xCA580D) is known color: Tenne (Tawny). HEX triplet: CA, 58 and 0D. RGB value is (202,88,13). Sum of RGB (Red+Green+Blue) = 202+88+13=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA580D is #35A7F2. Grayscale: #717171. Windows color (decimal): -3516403 or 874698. OLE color: 874698.
HSL color Cylindrical-coordinate representation of color #CA580D: hue angle of 23.81º degrees, saturation: 0.88, 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 #CA580D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 13 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.21 |
| HSL | 23.81º | 0.88% | 0.42% | - |
| HSV(B) | 23.81º | 0.94% | 0.79% | - |
| XYZ | 27.92 | 19.57 | 2.69 | - |
| YUV | 113.54 | 71.27 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 13 | 0 | 0.56 | 0.94 | 0.21 | 23.81 | 0.88 | 0.42 |
| Hex | CA | 58 | D | 0 | 38 | 5E | 15 | 18 | 58 | 2A |
| Octal | 312 | 130 | 15 | 0 | 70 | 136 | 25 | 30 | 130 | 52 |
| Binary | 11001010 | 1011000 | 1101 | 0 | 111000 | 1011110 | 10101 | 11000 | 1011000 | 101010 |
Color Harmonies of #CA580D
Complementary color
Monochromatic Colors of #CA580D
Black with #CA580D
Text Example
Text Example
White with #CA580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA580D; }
p { color: rgb(202,88,13); }
H1.HeaderClassName
{
color: #CA580D;
}
.AnyTagClassName
{
color: #CA580D;
}
</style>
background-color css
<style>
a { background-color: #CA580D; }
a { background-color: rgb(202,88,13); }
div.DivClassName
{
background-color: #CA580D;
}
.BgClassName
{
background-color: #CA580D;
}
</style>
border-color css
<style>
span { border-color: #CA580D; }
span { border-color: rgb(202,88,13); }
td.TdClassName
{
border-color: #CA580D;
}
.TagClassName
{
border-color: #CA580D;
}
</style>