Shades of Tenne (Tawny) #CA640C
Tints of Tenne (Tawny) #CA640C
RGB
CMYK
RGB Variations
Color information
#CA640C (or 0xCA640C) is known color: Tenne (Tawny). HEX triplet: CA, 64 and 0C. RGB value is (202,100,12). Sum of RGB (Red+Green+Blue) = 202+100+12=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA640C is #359BF3. Grayscale: #787878. Windows color (decimal): -3513332 or 812234. OLE color: 812234.
HSL color Cylindrical-coordinate representation of color #CA640C: hue angle of 27.79º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA640C is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 12 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.21 |
| HSL | 27.79º | 0.89% | 0.42% | - |
| HSV(B) | 27.79º | 0.94% | 0.79% | - |
| XYZ | 28.98 | 21.7 | 3.01 | - |
| YUV | 120.47 | 66.79 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 12 | 0 | 0.50 | 0.94 | 0.21 | 27.79 | 0.89 | 0.42 |
| Hex | CA | 64 | C | 0 | 32 | 5E | 15 | 1C | 59 | 2A |
| Octal | 312 | 144 | 14 | 0 | 62 | 136 | 25 | 34 | 131 | 52 |
| Binary | 11001010 | 1100100 | 1100 | 0 | 110010 | 1011110 | 10101 | 11100 | 1011001 | 101010 |
Color Harmonies of #CA640C
Complementary color
Monochromatic Colors of #CA640C
Black with #CA640C
Text Example
Text Example
White with #CA640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA640C; }
p { color: rgb(202,100,12); }
H1.HeaderClassName
{
color: #CA640C;
}
.AnyTagClassName
{
color: #CA640C;
}
</style>
background-color css
<style>
a { background-color: #CA640C; }
a { background-color: rgb(202,100,12); }
div.DivClassName
{
background-color: #CA640C;
}
.BgClassName
{
background-color: #CA640C;
}
</style>
border-color css
<style>
span { border-color: #CA640C; }
span { border-color: rgb(202,100,12); }
td.TdClassName
{
border-color: #CA640C;
}
.TagClassName
{
border-color: #CA640C;
}
</style>