Shades of Tenne (Tawny) #CA4C0A
Tints of Tenne (Tawny) #CA4C0A
RGB
CMYK
RGB Variations
Color information
#CA4C0A (or 0xCA4C0A) is known color: Tenne (Tawny). HEX triplet: CA, 4C and 0A. RGB value is (202,76,10). Sum of RGB (Red+Green+Blue) = 202+76+10=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4C0A is #35B3F5. Grayscale: #6A6A6A. Windows color (decimal): -3519478 or 675018. OLE color: 675018.
HSL color Cylindrical-coordinate representation of color #CA4C0A: hue angle of 20.62º 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 #CA4C0A is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 10 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.21 |
| HSL | 20.63º | 0.91% | 0.42% | - |
| HSV(B) | 20.63º | 0.95% | 0.79% | - |
| XYZ | 27 | 17.75 | 2.29 | - |
| YUV | 106.15 | 73.74 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 10 | 0 | 0.62 | 0.95 | 0.21 | 20.63 | 0.91 | 0.42 |
| Hex | CA | 4C | A | 0 | 3E | 5F | 15 | 15 | 5B | 2A |
| Octal | 312 | 114 | 12 | 0 | 76 | 137 | 25 | 25 | 133 | 52 |
| Binary | 11001010 | 1001100 | 1010 | 0 | 111110 | 1011111 | 10101 | 10101 | 1011011 | 101010 |
Color Harmonies of #CA4C0A
Complementary color
Monochromatic Colors of #CA4C0A
Black with #CA4C0A
Text Example
Text Example
White with #CA4C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4C0A; }
p { color: rgb(202,76,10); }
H1.HeaderClassName
{
color: #CA4C0A;
}
.AnyTagClassName
{
color: #CA4C0A;
}
</style>
background-color css
<style>
a { background-color: #CA4C0A; }
a { background-color: rgb(202,76,10); }
div.DivClassName
{
background-color: #CA4C0A;
}
.BgClassName
{
background-color: #CA4C0A;
}
</style>
border-color css
<style>
span { border-color: #CA4C0A; }
span { border-color: rgb(202,76,10); }
td.TdClassName
{
border-color: #CA4C0A;
}
.TagClassName
{
border-color: #CA4C0A;
}
</style>