Shades of Tenne (Tawny) #CA6F07
Tints of Tenne (Tawny) #CA6F07
RGB
CMYK
RGB Variations
Color information
#CA6F07 (or 0xCA6F07) is known color: Tenne (Tawny). HEX triplet: CA, 6F and 07. RGB value is (202,111,7). Sum of RGB (Red+Green+Blue) = 202+111+7=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6F07 is #3590F8. Grayscale: #7E7E7E. Windows color (decimal): -3510521 or 487370. OLE color: 487370.
HSL color Cylindrical-coordinate representation of color #CA6F07: hue angle of 32º degrees, saturation: 0.93, 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 #CA6F07 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 7 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.21 |
| HSL | 32º | 0.93% | 0.41% | - |
| HSV(B) | 32º | 0.97% | 0.79% | - |
| XYZ | 30.08 | 23.94 | 3.24 | - |
| YUV | 126.35 | 60.65 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 7 | 0 | 0.45 | 0.97 | 0.21 | 32 | 0.93 | 0.41 |
| Hex | CA | 6F | 7 | 0 | 2D | 61 | 15 | 20 | 5D | 29 |
| Octal | 312 | 157 | 7 | 0 | 55 | 141 | 25 | 40 | 135 | 51 |
| Binary | 11001010 | 1101111 | 111 | 0 | 101101 | 1100001 | 10101 | 100000 | 1011101 | 101001 |
Color Harmonies of #CA6F07
Complementary color
Monochromatic Colors of #CA6F07
Black with #CA6F07
Text Example
Text Example
White with #CA6F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6F07; }
p { color: rgb(202,111,7); }
H1.HeaderClassName
{
color: #CA6F07;
}
.AnyTagClassName
{
color: #CA6F07;
}
</style>
background-color css
<style>
a { background-color: #CA6F07; }
a { background-color: rgb(202,111,7); }
div.DivClassName
{
background-color: #CA6F07;
}
.BgClassName
{
background-color: #CA6F07;
}
</style>
border-color css
<style>
span { border-color: #CA6F07; }
span { border-color: rgb(202,111,7); }
td.TdClassName
{
border-color: #CA6F07;
}
.TagClassName
{
border-color: #CA6F07;
}
</style>