Shades of Tenne (Tawny) #CA660A
Tints of Tenne (Tawny) #CA660A
RGB
CMYK
RGB Variations
Color information
#CA660A (or 0xCA660A) is known color: Tenne (Tawny). HEX triplet: CA, 66 and 0A. RGB value is (202,102,10). Sum of RGB (Red+Green+Blue) = 202+102+10=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA660A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA660A is #3599F5. Grayscale: #797979. Windows color (decimal): -3512822 or 681674. OLE color: 681674.
HSL color Cylindrical-coordinate representation of color #CA660A: hue angle of 28.75º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA660A is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 102 | 10 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.21 |
| HSL | 28.75º | 0.91% | 0.42% | - |
| HSV(B) | 28.75º | 0.95% | 0.79% | - |
| XYZ | 29.16 | 22.08 | 3.01 | - |
| YUV | 121.41 | 65.13 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 10 | 0 | 0.50 | 0.95 | 0.21 | 28.75 | 0.91 | 0.42 |
| Hex | CA | 66 | A | 0 | 32 | 5F | 15 | 1D | 5B | 2A |
| Octal | 312 | 146 | 12 | 0 | 62 | 137 | 25 | 35 | 133 | 52 |
| Binary | 11001010 | 1100110 | 1010 | 0 | 110010 | 1011111 | 10101 | 11101 | 1011011 | 101010 |
Color Harmonies of #CA660A
Complementary color
Monochromatic Colors of #CA660A
Black with #CA660A
Text Example
Text Example
White with #CA660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA660A; }
p { color: rgb(202,102,10); }
H1.HeaderClassName
{
color: #CA660A;
}
.AnyTagClassName
{
color: #CA660A;
}
</style>
background-color css
<style>
a { background-color: #CA660A; }
a { background-color: rgb(202,102,10); }
div.DivClassName
{
background-color: #CA660A;
}
.BgClassName
{
background-color: #CA660A;
}
</style>
border-color css
<style>
span { border-color: #CA660A; }
span { border-color: rgb(202,102,10); }
td.TdClassName
{
border-color: #CA660A;
}
.TagClassName
{
border-color: #CA660A;
}
</style>