Shades of Tenne (Tawny) #CA6901
Tints of Tenne (Tawny) #CA6901
RGB
CMYK
RGB Variations
Color information
#CA6901 (or 0xCA6901) is known color: Tenne (Tawny). HEX triplet: CA, 69 and 01. RGB value is (202,105,1). Sum of RGB (Red+Green+Blue) = 202+105+1=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6901 is #3596FE. Grayscale: #7A7A7A. Windows color (decimal): -3512063 or 92618. OLE color: 92618.
HSL color Cylindrical-coordinate representation of color #CA6901: hue angle of 31.04º 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 #CA6901 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 105 | 1 | - |
| CMYK | 0 | 0.48 | 1.00 | 0.21 |
| HSL | 31.04º | 0.99% | 0.4% | - |
| HSV(B) | 31.04º | 1% | 0.79% | - |
| XYZ | 29.41 | 22.66 | 2.85 | - |
| YUV | 122.15 | 59.64 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 1 | 0 | 0.48 | 1.00 | 0.21 | 31.04 | 0.99 | 0.4 |
| Hex | CA | 69 | 1 | 0 | 30 | 64 | 15 | 1F | 63 | 28 |
| Octal | 312 | 151 | 1 | 0 | 60 | 144 | 25 | 37 | 143 | 50 |
| Binary | 11001010 | 1101001 | 1 | 0 | 110000 | 1100100 | 10101 | 11111 | 1100011 | 101000 |
Color Harmonies of #CA6901
Complementary color
Monochromatic Colors of #CA6901
Black with #CA6901
Text Example
Text Example
White with #CA6901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6901; }
p { color: rgb(202,105,1); }
H1.HeaderClassName
{
color: #CA6901;
}
.AnyTagClassName
{
color: #CA6901;
}
</style>
background-color css
<style>
a { background-color: #CA6901; }
a { background-color: rgb(202,105,1); }
div.DivClassName
{
background-color: #CA6901;
}
.BgClassName
{
background-color: #CA6901;
}
</style>
border-color css
<style>
span { border-color: #CA6901; }
span { border-color: rgb(202,105,1); }
td.TdClassName
{
border-color: #CA6901;
}
.TagClassName
{
border-color: #CA6901;
}
</style>