Shades of Tenne (Tawny) #CA640D
Tints of Tenne (Tawny) #CA640D
RGB
CMYK
RGB Variations
Color information
#CA640D (or 0xCA640D) is known color: Tenne (Tawny). HEX triplet: CA, 64 and 0D. RGB value is (202,100,13). Sum of RGB (Red+Green+Blue) = 202+100+13=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA640D is #359BF2. Grayscale: #797979. Windows color (decimal): -3513331 or 877770. OLE color: 877770.
HSL color Cylindrical-coordinate representation of color #CA640D: hue angle of 27.62º degrees, saturation: 0.88, 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 #CA640D is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 13 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.21 |
| HSL | 27.62º | 0.88% | 0.42% | - |
| HSV(B) | 27.62º | 0.94% | 0.79% | - |
| XYZ | 28.99 | 21.7 | 3.04 | - |
| YUV | 120.58 | 67.29 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 13 | 0 | 0.50 | 0.94 | 0.21 | 27.62 | 0.88 | 0.42 |
| Hex | CA | 64 | D | 0 | 32 | 5E | 15 | 1C | 58 | 2A |
| Octal | 312 | 144 | 15 | 0 | 62 | 136 | 25 | 34 | 130 | 52 |
| Binary | 11001010 | 1100100 | 1101 | 0 | 110010 | 1011110 | 10101 | 11100 | 1011000 | 101010 |
Color Harmonies of #CA640D
Complementary color
Monochromatic Colors of #CA640D
Black with #CA640D
Text Example
Text Example
White with #CA640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA640D; }
p { color: rgb(202,100,13); }
H1.HeaderClassName
{
color: #CA640D;
}
.AnyTagClassName
{
color: #CA640D;
}
</style>
background-color css
<style>
a { background-color: #CA640D; }
a { background-color: rgb(202,100,13); }
div.DivClassName
{
background-color: #CA640D;
}
.BgClassName
{
background-color: #CA640D;
}
</style>
border-color css
<style>
span { border-color: #CA640D; }
span { border-color: rgb(202,100,13); }
td.TdClassName
{
border-color: #CA640D;
}
.TagClassName
{
border-color: #CA640D;
}
</style>