Shades of Tenne (Tawny) #CA6A09
Tints of Tenne (Tawny) #CA6A09
RGB
CMYK
RGB Variations
Color information
#CA6A09 (or 0xCA6A09) is known color: Tenne (Tawny). HEX triplet: CA, 6A and 09. RGB value is (202,106,9). Sum of RGB (Red+Green+Blue) = 202+106+9=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 9 (3.91% from 255 or 2.84% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6A09 is #3595F6. Grayscale: #7C7C7C. Windows color (decimal): -3511799 or 617162. OLE color: 617162.
HSL color Cylindrical-coordinate representation of color #CA6A09: hue angle of 30.16º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA6A09 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 9 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.21 |
| HSL | 30.16º | 0.91% | 0.41% | - |
| HSV(B) | 30.16º | 0.96% | 0.79% | - |
| XYZ | 29.56 | 22.88 | 3.12 | - |
| YUV | 123.65 | 63.3 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 9 | 0 | 0.48 | 0.96 | 0.21 | 30.16 | 0.91 | 0.41 |
| Hex | CA | 6A | 9 | 0 | 30 | 60 | 15 | 1E | 5B | 29 |
| Octal | 312 | 152 | 11 | 0 | 60 | 140 | 25 | 36 | 133 | 51 |
| Binary | 11001010 | 1101010 | 1001 | 0 | 110000 | 1100000 | 10101 | 11110 | 1011011 | 101001 |
Color Harmonies of #CA6A09
Complementary color
Monochromatic Colors of #CA6A09
Black with #CA6A09
Text Example
Text Example
White with #CA6A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A09; }
p { color: rgb(202,106,9); }
H1.HeaderClassName
{
color: #CA6A09;
}
.AnyTagClassName
{
color: #CA6A09;
}
</style>
background-color css
<style>
a { background-color: #CA6A09; }
a { background-color: rgb(202,106,9); }
div.DivClassName
{
background-color: #CA6A09;
}
.BgClassName
{
background-color: #CA6A09;
}
</style>
border-color css
<style>
span { border-color: #CA6A09; }
span { border-color: rgb(202,106,9); }
td.TdClassName
{
border-color: #CA6A09;
}
.TagClassName
{
border-color: #CA6A09;
}
</style>