Shades of Tenne (Tawny) #CA6505
Tints of Tenne (Tawny) #CA6505
RGB
CMYK
RGB Variations
Color information
#CA6505 (or 0xCA6505) is known color: Tenne (Tawny). HEX triplet: CA, 65 and 05. RGB value is (202,101,5). Sum of RGB (Red+Green+Blue) = 202+101+5=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6505 is #359AFA. Grayscale: #787878. Windows color (decimal): -3513083 or 353738. OLE color: 353738.
HSL color Cylindrical-coordinate representation of color #CA6505: hue angle of 29.24º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA6505 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 5 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.21 |
| HSL | 29.24º | 0.95% | 0.41% | - |
| HSV(B) | 29.24º | 0.98% | 0.79% | - |
| XYZ | 29.04 | 21.87 | 2.84 | - |
| YUV | 120.26 | 62.96 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 5 | 0 | 0.50 | 0.98 | 0.21 | 29.24 | 0.95 | 0.41 |
| Hex | CA | 65 | 5 | 0 | 32 | 62 | 15 | 1D | 5F | 29 |
| Octal | 312 | 145 | 5 | 0 | 62 | 142 | 25 | 35 | 137 | 51 |
| Binary | 11001010 | 1100101 | 101 | 0 | 110010 | 1100010 | 10101 | 11101 | 1011111 | 101001 |
Color Harmonies of #CA6505
Complementary color
Monochromatic Colors of #CA6505
Black with #CA6505
Text Example
Text Example
White with #CA6505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6505; }
p { color: rgb(202,101,5); }
H1.HeaderClassName
{
color: #CA6505;
}
.AnyTagClassName
{
color: #CA6505;
}
</style>
background-color css
<style>
a { background-color: #CA6505; }
a { background-color: rgb(202,101,5); }
div.DivClassName
{
background-color: #CA6505;
}
.BgClassName
{
background-color: #CA6505;
}
</style>
border-color css
<style>
span { border-color: #CA6505; }
span { border-color: rgb(202,101,5); }
td.TdClassName
{
border-color: #CA6505;
}
.TagClassName
{
border-color: #CA6505;
}
</style>