Shades of Tenne (Tawny) #CA6201
Tints of Tenne (Tawny) #CA6201
RGB
CMYK
RGB Variations
Color information
#CA6201 (or 0xCA6201) is known color: Tenne (Tawny). HEX triplet: CA, 62 and 01. RGB value is (202,98,1). Sum of RGB (Red+Green+Blue) = 202+98+1=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6201 is #359DFE. Grayscale: #767676. Windows color (decimal): -3513855 or 90826. OLE color: 90826.
HSL color Cylindrical-coordinate representation of color #CA6201: hue angle of 28.96º 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 #CA6201 is Cyan = 0, Magento = 0.51, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 1 | - |
| CMYK | 0 | 0.51 | 1.00 | 0.21 |
| HSL | 28.96º | 0.99% | 0.4% | - |
| HSV(B) | 28.96º | 1% | 0.79% | - |
| XYZ | 28.73 | 21.29 | 2.62 | - |
| YUV | 118.04 | 61.96 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 1 | 0 | 0.51 | 1.00 | 0.21 | 28.96 | 0.99 | 0.4 |
| Hex | CA | 62 | 1 | 0 | 33 | 64 | 15 | 1D | 63 | 28 |
| Octal | 312 | 142 | 1 | 0 | 63 | 144 | 25 | 35 | 143 | 50 |
| Binary | 11001010 | 1100010 | 1 | 0 | 110011 | 1100100 | 10101 | 11101 | 1100011 | 101000 |
Color Harmonies of #CA6201
Complementary color
Monochromatic Colors of #CA6201
Black with #CA6201
Text Example
Text Example
White with #CA6201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6201; }
p { color: rgb(202,98,1); }
H1.HeaderClassName
{
color: #CA6201;
}
.AnyTagClassName
{
color: #CA6201;
}
</style>
background-color css
<style>
a { background-color: #CA6201; }
a { background-color: rgb(202,98,1); }
div.DivClassName
{
background-color: #CA6201;
}
.BgClassName
{
background-color: #CA6201;
}
</style>
border-color css
<style>
span { border-color: #CA6201; }
span { border-color: rgb(202,98,1); }
td.TdClassName
{
border-color: #CA6201;
}
.TagClassName
{
border-color: #CA6201;
}
</style>