Shades of Tenne (Tawny) #CA5001
Tints of Tenne (Tawny) #CA5001
RGB
CMYK
RGB Variations
Color information
#CA5001 (or 0xCA5001) is known color: Tenne (Tawny). HEX triplet: CA, 50 and 01. RGB value is (202,80,1). Sum of RGB (Red+Green+Blue) = 202+80+1=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5001 is #35AFFE. Grayscale: #6B6B6B. Windows color (decimal): -3518463 or 86218. OLE color: 86218.
HSL color Cylindrical-coordinate representation of color #CA5001: hue angle of 23.58º 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 #CA5001 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 1 | - |
| CMYK | 0 | 0.60 | 1.00 | 0.21 |
| HSL | 23.58º | 0.99% | 0.4% | - |
| HSV(B) | 23.58º | 1% | 0.79% | - |
| XYZ | 27.23 | 18.3 | 2.12 | - |
| YUV | 107.47 | 67.92 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 1 | 0 | 0.60 | 1.00 | 0.21 | 23.58 | 0.99 | 0.4 |
| Hex | CA | 50 | 1 | 0 | 3C | 64 | 15 | 18 | 63 | 28 |
| Octal | 312 | 120 | 1 | 0 | 74 | 144 | 25 | 30 | 143 | 50 |
| Binary | 11001010 | 1010000 | 1 | 0 | 111100 | 1100100 | 10101 | 11000 | 1100011 | 101000 |
Color Harmonies of #CA5001
Complementary color
Monochromatic Colors of #CA5001
Black with #CA5001
Text Example
Text Example
White with #CA5001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5001; }
p { color: rgb(202,80,1); }
H1.HeaderClassName
{
color: #CA5001;
}
.AnyTagClassName
{
color: #CA5001;
}
</style>
background-color css
<style>
a { background-color: #CA5001; }
a { background-color: rgb(202,80,1); }
div.DivClassName
{
background-color: #CA5001;
}
.BgClassName
{
background-color: #CA5001;
}
</style>
border-color css
<style>
span { border-color: #CA5001; }
span { border-color: rgb(202,80,1); }
td.TdClassName
{
border-color: #CA5001;
}
.TagClassName
{
border-color: #CA5001;
}
</style>