Shades of Tenne (Tawny) #CA4F0B
Tints of Tenne (Tawny) #CA4F0B
RGB
CMYK
RGB Variations
Color information
#CA4F0B (or 0xCA4F0B) is known color: Tenne (Tawny). HEX triplet: CA, 4F and 0B. RGB value is (202,79,11). Sum of RGB (Red+Green+Blue) = 202+79+11=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4F0B is #35B0F4. Grayscale: #6C6C6C. Windows color (decimal): -3518709 or 741322. OLE color: 741322.
HSL color Cylindrical-coordinate representation of color #CA4F0B: hue angle of 21.36º 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 #CA4F0B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 79 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.21 |
| HSL | 21.36º | 0.9% | 0.42% | - |
| HSV(B) | 21.36º | 0.95% | 0.79% | - |
| XYZ | 27.21 | 18.17 | 2.39 | - |
| YUV | 108.03 | 73.25 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 11 | 0 | 0.61 | 0.95 | 0.21 | 21.36 | 0.9 | 0.42 |
| Hex | CA | 4F | B | 0 | 3D | 5F | 15 | 15 | 5A | 2A |
| Octal | 312 | 117 | 13 | 0 | 75 | 137 | 25 | 25 | 132 | 52 |
| Binary | 11001010 | 1001111 | 1011 | 0 | 111101 | 1011111 | 10101 | 10101 | 1011010 | 101010 |
Color Harmonies of #CA4F0B
Complementary color
Monochromatic Colors of #CA4F0B
Black with #CA4F0B
Text Example
Text Example
White with #CA4F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4F0B; }
p { color: rgb(202,79,11); }
H1.HeaderClassName
{
color: #CA4F0B;
}
.AnyTagClassName
{
color: #CA4F0B;
}
</style>
background-color css
<style>
a { background-color: #CA4F0B; }
a { background-color: rgb(202,79,11); }
div.DivClassName
{
background-color: #CA4F0B;
}
.BgClassName
{
background-color: #CA4F0B;
}
</style>
border-color css
<style>
span { border-color: #CA4F0B; }
span { border-color: rgb(202,79,11); }
td.TdClassName
{
border-color: #CA4F0B;
}
.TagClassName
{
border-color: #CA4F0B;
}
</style>