Shades of Tenne (Tawny) #CA7102
Tints of Tenne (Tawny) #CA7102
RGB
CMYK
RGB Variations
Color information
#CA7102 (or 0xCA7102) is known color: Tenne (Tawny). HEX triplet: CA, 71 and 02. RGB value is (202,113,2). Sum of RGB (Red+Green+Blue) = 202+113+2=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7102 is #358EFD. Grayscale: #7F7F7F. Windows color (decimal): -3510014 or 160202. OLE color: 160202.
HSL color Cylindrical-coordinate representation of color #CA7102: hue angle of 33.3º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA7102 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.21 |
| HSL | 33.3º | 0.98% | 0.4% | - |
| HSV(B) | 33.3º | 0.99% | 0.79% | - |
| XYZ | 30.27 | 24.37 | 3.17 | - |
| YUV | 126.96 | 57.49 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 2 | 0 | 0.44 | 0.99 | 0.21 | 33.3 | 0.98 | 0.4 |
| Hex | CA | 71 | 2 | 0 | 2C | 63 | 15 | 21 | 62 | 28 |
| Octal | 312 | 161 | 2 | 0 | 54 | 143 | 25 | 41 | 142 | 50 |
| Binary | 11001010 | 1110001 | 10 | 0 | 101100 | 1100011 | 10101 | 100001 | 1100010 | 101000 |
Color Harmonies of #CA7102
Complementary color
Monochromatic Colors of #CA7102
Black with #CA7102
Text Example
Text Example
White with #CA7102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7102; }
p { color: rgb(202,113,2); }
H1.HeaderClassName
{
color: #CA7102;
}
.AnyTagClassName
{
color: #CA7102;
}
</style>
background-color css
<style>
a { background-color: #CA7102; }
a { background-color: rgb(202,113,2); }
div.DivClassName
{
background-color: #CA7102;
}
.BgClassName
{
background-color: #CA7102;
}
</style>
border-color css
<style>
span { border-color: #CA7102; }
span { border-color: rgb(202,113,2); }
td.TdClassName
{
border-color: #CA7102;
}
.TagClassName
{
border-color: #CA7102;
}
</style>