Shades of Tenne (Tawny) #CA6F01
Tints of Tenne (Tawny) #CA6F01
RGB
CMYK
RGB Variations
Color information
#CA6F01 (or 0xCA6F01) is known color: Tenne (Tawny). HEX triplet: CA, 6F and 01. RGB value is (202,111,1). Sum of RGB (Red+Green+Blue) = 202+111+1=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6F01 is #3590FE. Grayscale: #7E7E7E. Windows color (decimal): -3510527 or 94154. OLE color: 94154.
HSL color Cylindrical-coordinate representation of color #CA6F01: hue angle of 32.84º 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 #CA6F01 is Cyan = 0, Magento = 0.45, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 1 | - |
| CMYK | 0 | 0.45 | 1.00 | 0.21 |
| HSL | 32.84º | 0.99% | 0.4% | - |
| HSV(B) | 32.84º | 1% | 0.79% | - |
| XYZ | 30.05 | 23.93 | 3.06 | - |
| YUV | 125.67 | 57.65 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 1 | 0 | 0.45 | 1.00 | 0.21 | 32.84 | 0.99 | 0.4 |
| Hex | CA | 6F | 1 | 0 | 2D | 64 | 15 | 21 | 63 | 28 |
| Octal | 312 | 157 | 1 | 0 | 55 | 144 | 25 | 41 | 143 | 50 |
| Binary | 11001010 | 1101111 | 1 | 0 | 101101 | 1100100 | 10101 | 100001 | 1100011 | 101000 |
Color Harmonies of #CA6F01
Complementary color
Monochromatic Colors of #CA6F01
Black with #CA6F01
Text Example
Text Example
White with #CA6F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6F01; }
p { color: rgb(202,111,1); }
H1.HeaderClassName
{
color: #CA6F01;
}
.AnyTagClassName
{
color: #CA6F01;
}
</style>
background-color css
<style>
a { background-color: #CA6F01; }
a { background-color: rgb(202,111,1); }
div.DivClassName
{
background-color: #CA6F01;
}
.BgClassName
{
background-color: #CA6F01;
}
</style>
border-color css
<style>
span { border-color: #CA6F01; }
span { border-color: rgb(202,111,1); }
td.TdClassName
{
border-color: #CA6F01;
}
.TagClassName
{
border-color: #CA6F01;
}
</style>