Shades of Tenne (Tawny) #CA7201
Tints of Tenne (Tawny) #CA7201
RGB
CMYK
RGB Variations
Color information
#CA7201 (or 0xCA7201) is known color: Tenne (Tawny). HEX triplet: CA, 72 and 01. RGB value is (202,114,1). Sum of RGB (Red+Green+Blue) = 202+114+1=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7201 is #358DFE. Grayscale: #7F7F7F. Windows color (decimal): -3509759 or 94922. OLE color: 94922.
HSL color Cylindrical-coordinate representation of color #CA7201: hue angle of 33.73º 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 #CA7201 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 1 | - |
| CMYK | 0 | 0.44 | 1.00 | 0.21 |
| HSL | 33.73º | 0.99% | 0.4% | - |
| HSV(B) | 33.73º | 1% | 0.79% | - |
| XYZ | 30.38 | 24.59 | 3.17 | - |
| YUV | 127.43 | 56.65 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 1 | 0 | 0.44 | 1.00 | 0.21 | 33.73 | 0.99 | 0.4 |
| Hex | CA | 72 | 1 | 0 | 2C | 64 | 15 | 22 | 63 | 28 |
| Octal | 312 | 162 | 1 | 0 | 54 | 144 | 25 | 42 | 143 | 50 |
| Binary | 11001010 | 1110010 | 1 | 0 | 101100 | 1100100 | 10101 | 100010 | 1100011 | 101000 |
Color Harmonies of #CA7201
Complementary color
Monochromatic Colors of #CA7201
Black with #CA7201
Text Example
Text Example
White with #CA7201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7201; }
p { color: rgb(202,114,1); }
H1.HeaderClassName
{
color: #CA7201;
}
.AnyTagClassName
{
color: #CA7201;
}
</style>
background-color css
<style>
a { background-color: #CA7201; }
a { background-color: rgb(202,114,1); }
div.DivClassName
{
background-color: #CA7201;
}
.BgClassName
{
background-color: #CA7201;
}
</style>
border-color css
<style>
span { border-color: #CA7201; }
span { border-color: rgb(202,114,1); }
td.TdClassName
{
border-color: #CA7201;
}
.TagClassName
{
border-color: #CA7201;
}
</style>