Shades of Tenne (Tawny) #CA4706
Tints of Tenne (Tawny) #CA4706
RGB
CMYK
RGB Variations
Color information
#CA4706 (or 0xCA4706) is known color: Tenne (Tawny). HEX triplet: CA, 47 and 06. RGB value is (202,71,6). Sum of RGB (Red+Green+Blue) = 202+71+6=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4706 is #35B8F9. Grayscale: #676767. Windows color (decimal): -3520762 or 411594. OLE color: 411594.
HSL color Cylindrical-coordinate representation of color #CA4706: hue angle of 19.9º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA4706 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.21 |
| HSL | 19.9º | 0.94% | 0.41% | - |
| HSV(B) | 19.9º | 0.97% | 0.79% | - |
| XYZ | 26.64 | 17.08 | 2.06 | - |
| YUV | 102.76 | 73.4 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 6 | 0 | 0.65 | 0.97 | 0.21 | 19.9 | 0.94 | 0.41 |
| Hex | CA | 47 | 6 | 0 | 41 | 61 | 15 | 14 | 5E | 29 |
| Octal | 312 | 107 | 6 | 0 | 101 | 141 | 25 | 24 | 136 | 51 |
| Binary | 11001010 | 1000111 | 110 | 0 | 1000001 | 1100001 | 10101 | 10100 | 1011110 | 101001 |
Color Harmonies of #CA4706
Complementary color
Monochromatic Colors of #CA4706
Black with #CA4706
Text Example
Text Example
White with #CA4706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4706; }
p { color: rgb(202,71,6); }
H1.HeaderClassName
{
color: #CA4706;
}
.AnyTagClassName
{
color: #CA4706;
}
</style>
background-color css
<style>
a { background-color: #CA4706; }
a { background-color: rgb(202,71,6); }
div.DivClassName
{
background-color: #CA4706;
}
.BgClassName
{
background-color: #CA4706;
}
</style>
border-color css
<style>
span { border-color: #CA4706; }
span { border-color: rgb(202,71,6); }
td.TdClassName
{
border-color: #CA4706;
}
.TagClassName
{
border-color: #CA4706;
}
</style>