Shades of Tenne (Tawny) #CA4F0A
Tints of Tenne (Tawny) #CA4F0A
RGB
CMYK
RGB Variations
Color information
#CA4F0A (or 0xCA4F0A) is known color: Tenne (Tawny). HEX triplet: CA, 4F and 0A. RGB value is (202,79,10). Sum of RGB (Red+Green+Blue) = 202+79+10=291 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.42% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4F0A is #35B0F5. Grayscale: #6C6C6C. Windows color (decimal): -3518710 or 675786. OLE color: 675786.
HSL color Cylindrical-coordinate representation of color #CA4F0A: hue angle of 21.56º 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 #CA4F0A is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 79 | 10 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.21 |
| HSL | 21.56º | 0.91% | 0.42% | - |
| HSV(B) | 21.56º | 0.95% | 0.79% | - |
| XYZ | 27.21 | 18.17 | 2.36 | - |
| YUV | 107.91 | 72.75 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 10 | 0 | 0.61 | 0.95 | 0.21 | 21.56 | 0.91 | 0.42 |
| Hex | CA | 4F | A | 0 | 3D | 5F | 15 | 16 | 5B | 2A |
| Octal | 312 | 117 | 12 | 0 | 75 | 137 | 25 | 26 | 133 | 52 |
| Binary | 11001010 | 1001111 | 1010 | 0 | 111101 | 1011111 | 10101 | 10110 | 1011011 | 101010 |
Color Harmonies of #CA4F0A
Complementary color
Monochromatic Colors of #CA4F0A
Black with #CA4F0A
Text Example
Text Example
White with #CA4F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4F0A; }
p { color: rgb(202,79,10); }
H1.HeaderClassName
{
color: #CA4F0A;
}
.AnyTagClassName
{
color: #CA4F0A;
}
</style>
background-color css
<style>
a { background-color: #CA4F0A; }
a { background-color: rgb(202,79,10); }
div.DivClassName
{
background-color: #CA4F0A;
}
.BgClassName
{
background-color: #CA4F0A;
}
</style>
border-color css
<style>
span { border-color: #CA4F0A; }
span { border-color: rgb(202,79,10); }
td.TdClassName
{
border-color: #CA4F0A;
}
.TagClassName
{
border-color: #CA4F0A;
}
</style>