Shades of Tenne (Tawny) #CA5201
Tints of Tenne (Tawny) #CA5201
RGB
CMYK
RGB Variations
Color information
#CA5201 (or 0xCA5201) is known color: Tenne (Tawny). HEX triplet: CA, 52 and 01. RGB value is (202,82,1). Sum of RGB (Red+Green+Blue) = 202+82+1=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5201 is #35ADFE. Grayscale: #6D6D6D. Windows color (decimal): -3517951 or 86730. OLE color: 86730.
HSL color Cylindrical-coordinate representation of color #CA5201: hue angle of 24.18º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA5201 is Cyan = 0, Magento = 0.59, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 1 | - |
| CMYK | 0 | 0.59 | 1.00 | 0.21 |
| HSL | 24.18º | 0.99% | 0.4% | - |
| HSV(B) | 24.18º | 1% | 0.79% | - |
| XYZ | 27.38 | 18.59 | 2.17 | - |
| YUV | 108.65 | 67.26 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 1 | 0 | 0.59 | 1.00 | 0.21 | 24.18 | 0.99 | 0.4 |
| Hex | CA | 52 | 1 | 0 | 3B | 64 | 15 | 18 | 63 | 28 |
| Octal | 312 | 122 | 1 | 0 | 73 | 144 | 25 | 30 | 143 | 50 |
| Binary | 11001010 | 1010010 | 1 | 0 | 111011 | 1100100 | 10101 | 11000 | 1100011 | 101000 |
Color Harmonies of #CA5201
Complementary color
Monochromatic Colors of #CA5201
Black with #CA5201
Text Example
Text Example
White with #CA5201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5201; }
p { color: rgb(202,82,1); }
H1.HeaderClassName
{
color: #CA5201;
}
.AnyTagClassName
{
color: #CA5201;
}
</style>
background-color css
<style>
a { background-color: #CA5201; }
a { background-color: rgb(202,82,1); }
div.DivClassName
{
background-color: #CA5201;
}
.BgClassName
{
background-color: #CA5201;
}
</style>
border-color css
<style>
span { border-color: #CA5201; }
span { border-color: rgb(202,82,1); }
td.TdClassName
{
border-color: #CA5201;
}
.TagClassName
{
border-color: #CA5201;
}
</style>