Shades of Tenne (Tawny) #CA4C0C
Tints of Tenne (Tawny) #CA4C0C
RGB
CMYK
RGB Variations
Color information
#CA4C0C (or 0xCA4C0C) is known color: Tenne (Tawny). HEX triplet: CA, 4C and 0C. RGB value is (202,76,12). Sum of RGB (Red+Green+Blue) = 202+76+12=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4C0C is #35B3F3. Grayscale: #6A6A6A. Windows color (decimal): -3519476 or 806090. OLE color: 806090.
HSL color Cylindrical-coordinate representation of color #CA4C0C: hue angle of 20.21º 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 #CA4C0C is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 12 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.21 |
| HSL | 20.21º | 0.89% | 0.42% | - |
| HSV(B) | 20.21º | 0.94% | 0.79% | - |
| XYZ | 27.01 | 17.75 | 2.35 | - |
| YUV | 106.38 | 74.74 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 12 | 0 | 0.62 | 0.94 | 0.21 | 20.21 | 0.89 | 0.42 |
| Hex | CA | 4C | C | 0 | 3E | 5E | 15 | 14 | 59 | 2A |
| Octal | 312 | 114 | 14 | 0 | 76 | 136 | 25 | 24 | 131 | 52 |
| Binary | 11001010 | 1001100 | 1100 | 0 | 111110 | 1011110 | 10101 | 10100 | 1011001 | 101010 |
Color Harmonies of #CA4C0C
Complementary color
Monochromatic Colors of #CA4C0C
Black with #CA4C0C
Text Example
Text Example
White with #CA4C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4C0C; }
p { color: rgb(202,76,12); }
H1.HeaderClassName
{
color: #CA4C0C;
}
.AnyTagClassName
{
color: #CA4C0C;
}
</style>
background-color css
<style>
a { background-color: #CA4C0C; }
a { background-color: rgb(202,76,12); }
div.DivClassName
{
background-color: #CA4C0C;
}
.BgClassName
{
background-color: #CA4C0C;
}
</style>
border-color css
<style>
span { border-color: #CA4C0C; }
span { border-color: rgb(202,76,12); }
td.TdClassName
{
border-color: #CA4C0C;
}
.TagClassName
{
border-color: #CA4C0C;
}
</style>