Shades of Tenne (Tawny) #CA6803
Tints of Tenne (Tawny) #CA6803
RGB
CMYK
RGB Variations
Color information
#CA6803 (or 0xCA6803) is known color: Tenne (Tawny). HEX triplet: CA, 68 and 03. RGB value is (202,104,3). Sum of RGB (Red+Green+Blue) = 202+104+3=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6803 is #3597FC. Grayscale: #7A7A7A. Windows color (decimal): -3512317 or 223434. OLE color: 223434.
HSL color Cylindrical-coordinate representation of color #CA6803: hue angle of 30.45º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA6803 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 3 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.21 |
| HSL | 30.45º | 0.97% | 0.4% | - |
| HSV(B) | 30.45º | 0.99% | 0.79% | - |
| XYZ | 29.32 | 22.46 | 2.88 | - |
| YUV | 121.79 | 60.97 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 3 | 0 | 0.49 | 0.99 | 0.21 | 30.45 | 0.97 | 0.4 |
| Hex | CA | 68 | 3 | 0 | 31 | 63 | 15 | 1E | 61 | 28 |
| Octal | 312 | 150 | 3 | 0 | 61 | 143 | 25 | 36 | 141 | 50 |
| Binary | 11001010 | 1101000 | 11 | 0 | 110001 | 1100011 | 10101 | 11110 | 1100001 | 101000 |
Color Harmonies of #CA6803
Complementary color
Monochromatic Colors of #CA6803
Black with #CA6803
Text Example
Text Example
White with #CA6803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6803; }
p { color: rgb(202,104,3); }
H1.HeaderClassName
{
color: #CA6803;
}
.AnyTagClassName
{
color: #CA6803;
}
</style>
background-color css
<style>
a { background-color: #CA6803; }
a { background-color: rgb(202,104,3); }
div.DivClassName
{
background-color: #CA6803;
}
.BgClassName
{
background-color: #CA6803;
}
</style>
border-color css
<style>
span { border-color: #CA6803; }
span { border-color: rgb(202,104,3); }
td.TdClassName
{
border-color: #CA6803;
}
.TagClassName
{
border-color: #CA6803;
}
</style>