Shades of Tenne (Tawny) #CA5802
Tints of Tenne (Tawny) #CA5802
RGB
CMYK
RGB Variations
Color information
#CA5802 (or 0xCA5802) is known color: Tenne (Tawny). HEX triplet: CA, 58 and 02. RGB value is (202,88,2). Sum of RGB (Red+Green+Blue) = 202+88+2=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5802 is #35A7FD. Grayscale: #707070. Windows color (decimal): -3516414 or 153802. OLE color: 153802.
HSL color Cylindrical-coordinate representation of color #CA5802: hue angle of 25.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA5802 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.21 |
| HSL | 25.8º | 0.98% | 0.4% | - |
| HSV(B) | 25.8º | 0.99% | 0.79% | - |
| XYZ | 27.86 | 19.54 | 2.36 | - |
| YUV | 112.28 | 65.77 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 2 | 0 | 0.56 | 0.99 | 0.21 | 25.8 | 0.98 | 0.4 |
| Hex | CA | 58 | 2 | 0 | 38 | 63 | 15 | 1A | 62 | 28 |
| Octal | 312 | 130 | 2 | 0 | 70 | 143 | 25 | 32 | 142 | 50 |
| Binary | 11001010 | 1011000 | 10 | 0 | 111000 | 1100011 | 10101 | 11010 | 1100010 | 101000 |
Color Harmonies of #CA5802
Complementary color
Monochromatic Colors of #CA5802
Black with #CA5802
Text Example
Text Example
White with #CA5802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5802; }
p { color: rgb(202,88,2); }
H1.HeaderClassName
{
color: #CA5802;
}
.AnyTagClassName
{
color: #CA5802;
}
</style>
background-color css
<style>
a { background-color: #CA5802; }
a { background-color: rgb(202,88,2); }
div.DivClassName
{
background-color: #CA5802;
}
.BgClassName
{
background-color: #CA5802;
}
</style>
border-color css
<style>
span { border-color: #CA5802; }
span { border-color: rgb(202,88,2); }
td.TdClassName
{
border-color: #CA5802;
}
.TagClassName
{
border-color: #CA5802;
}
</style>