Shades of Tenne (Tawny) #CA5501
Tints of Tenne (Tawny) #CA5501
RGB
CMYK
RGB Variations
Color information
#CA5501 (or 0xCA5501) is known color: Tenne (Tawny). HEX triplet: CA, 55 and 01. RGB value is (202,85,1). Sum of RGB (Red+Green+Blue) = 202+85+1=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5501 is #35AAFE. Grayscale: #6E6E6E. Windows color (decimal): -3517183 or 87498. OLE color: 87498.
HSL color Cylindrical-coordinate representation of color #CA5501: hue angle of 25.07º 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 #CA5501 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 1 | - |
| CMYK | 0 | 0.58 | 1.00 | 0.21 |
| HSL | 25.07º | 0.99% | 0.4% | - |
| HSV(B) | 25.07º | 1% | 0.79% | - |
| XYZ | 27.61 | 19.06 | 2.25 | - |
| YUV | 110.41 | 66.26 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 1 | 0 | 0.58 | 1.00 | 0.21 | 25.07 | 0.99 | 0.4 |
| Hex | CA | 55 | 1 | 0 | 3A | 64 | 15 | 19 | 63 | 28 |
| Octal | 312 | 125 | 1 | 0 | 72 | 144 | 25 | 31 | 143 | 50 |
| Binary | 11001010 | 1010101 | 1 | 0 | 111010 | 1100100 | 10101 | 11001 | 1100011 | 101000 |
Color Harmonies of #CA5501
Complementary color
Monochromatic Colors of #CA5501
Black with #CA5501
Text Example
Text Example
White with #CA5501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5501; }
p { color: rgb(202,85,1); }
H1.HeaderClassName
{
color: #CA5501;
}
.AnyTagClassName
{
color: #CA5501;
}
</style>
background-color css
<style>
a { background-color: #CA5501; }
a { background-color: rgb(202,85,1); }
div.DivClassName
{
background-color: #CA5501;
}
.BgClassName
{
background-color: #CA5501;
}
</style>
border-color css
<style>
span { border-color: #CA5501; }
span { border-color: rgb(202,85,1); }
td.TdClassName
{
border-color: #CA5501;
}
.TagClassName
{
border-color: #CA5501;
}
</style>