Shades of Tenne (Tawny) #CA4A0B
Tints of Tenne (Tawny) #CA4A0B
RGB
CMYK
RGB Variations
Color information
#CA4A0B (or 0xCA4A0B) is known color: Tenne (Tawny). HEX triplet: CA, 4A and 0B. RGB value is (202,74,11). Sum of RGB (Red+Green+Blue) = 202+74+11=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4A0B is #35B5F4. Grayscale: #696969. Windows color (decimal): -3519989 or 740042. OLE color: 740042.
HSL color Cylindrical-coordinate representation of color #CA4A0B: hue angle of 19.79º degrees, saturation: 0.9, 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 #CA4A0B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.21 |
| HSL | 19.79º | 0.9% | 0.42% | - |
| HSV(B) | 19.79º | 0.95% | 0.79% | - |
| XYZ | 26.87 | 17.48 | 2.27 | - |
| YUV | 105.09 | 74.91 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 11 | 0 | 0.63 | 0.95 | 0.21 | 19.79 | 0.9 | 0.42 |
| Hex | CA | 4A | B | 0 | 3F | 5F | 15 | 14 | 5A | 2A |
| Octal | 312 | 112 | 13 | 0 | 77 | 137 | 25 | 24 | 132 | 52 |
| Binary | 11001010 | 1001010 | 1011 | 0 | 111111 | 1011111 | 10101 | 10100 | 1011010 | 101010 |
Color Harmonies of #CA4A0B
Complementary color
Monochromatic Colors of #CA4A0B
Black with #CA4A0B
Text Example
Text Example
White with #CA4A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A0B; }
p { color: rgb(202,74,11); }
H1.HeaderClassName
{
color: #CA4A0B;
}
.AnyTagClassName
{
color: #CA4A0B;
}
</style>
background-color css
<style>
a { background-color: #CA4A0B; }
a { background-color: rgb(202,74,11); }
div.DivClassName
{
background-color: #CA4A0B;
}
.BgClassName
{
background-color: #CA4A0B;
}
</style>
border-color css
<style>
span { border-color: #CA4A0B; }
span { border-color: rgb(202,74,11); }
td.TdClassName
{
border-color: #CA4A0B;
}
.TagClassName
{
border-color: #CA4A0B;
}
</style>