Shades of Tenne (Tawny) #CA6A00
Tints of Tenne (Tawny) #CA6A00
RGB
CMYK
RGB Variations
Color information
#CA6A00 (or 0xCA6A00) is known color: Tenne (Tawny). HEX triplet: CA, 6A and 00. RGB value is (202,106,0). Sum of RGB (Red+Green+Blue) = 202+106+0=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6A00 is #3595FF. Grayscale: #7B7B7B. Windows color (decimal): -3511808 or 27338. OLE color: 27338.
HSL color Cylindrical-coordinate representation of color #CA6A00: hue angle of 31.49º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA6A00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.21 |
| HSL | 31.49º | 1% | 0.4% | - |
| HSV(B) | 31.49º | 1% | 0.79% | - |
| XYZ | 29.51 | 22.86 | 2.86 | - |
| YUV | 122.62 | 58.8 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 0 | 0 | 0.48 | 1 | 0.21 | 31.49 | 1 | 0.4 |
| Hex | CA | 6A | 0 | 0 | 30 | 64 | 15 | 1F | 64 | 28 |
| Octal | 312 | 152 | 0 | 0 | 60 | 144 | 25 | 37 | 144 | 50 |
| Binary | 11001010 | 1101010 | 0 | 0 | 110000 | 1100100 | 10101 | 11111 | 1100100 | 101000 |
Color Harmonies of #CA6A00
Complementary color
Monochromatic Colors of #CA6A00
Black with #CA6A00
Text Example
Text Example
White with #CA6A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A00; }
p { color: rgb(202,106,0); }
H1.HeaderClassName
{
color: #CA6A00;
}
.AnyTagClassName
{
color: #CA6A00;
}
</style>
background-color css
<style>
a { background-color: #CA6A00; }
a { background-color: rgb(202,106,0); }
div.DivClassName
{
background-color: #CA6A00;
}
.BgClassName
{
background-color: #CA6A00;
}
</style>
border-color css
<style>
span { border-color: #CA6A00; }
span { border-color: rgb(202,106,0); }
td.TdClassName
{
border-color: #CA6A00;
}
.TagClassName
{
border-color: #CA6A00;
}
</style>