Shades of Tenne (Tawny) #CA4A07
Tints of Tenne (Tawny) #CA4A07
RGB
CMYK
RGB Variations
Color information
#CA4A07 (or 0xCA4A07) is known color: Tenne (Tawny). HEX triplet: CA, 4A and 07. RGB value is (202,74,7). Sum of RGB (Red+Green+Blue) = 202+74+7=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4A07 is #35B5F8. Grayscale: #696969. Windows color (decimal): -3519993 or 477898. OLE color: 477898.
HSL color Cylindrical-coordinate representation of color #CA4A07: hue angle of 20.62º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA4A07 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 7 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.21 |
| HSL | 20.62º | 0.93% | 0.41% | - |
| HSV(B) | 20.62º | 0.97% | 0.79% | - |
| XYZ | 26.84 | 17.47 | 2.16 | - |
| YUV | 104.63 | 72.91 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 7 | 0 | 0.63 | 0.97 | 0.21 | 20.62 | 0.93 | 0.41 |
| Hex | CA | 4A | 7 | 0 | 3F | 61 | 15 | 15 | 5D | 29 |
| Octal | 312 | 112 | 7 | 0 | 77 | 141 | 25 | 25 | 135 | 51 |
| Binary | 11001010 | 1001010 | 111 | 0 | 111111 | 1100001 | 10101 | 10101 | 1011101 | 101001 |
Color Harmonies of #CA4A07
Complementary color
Monochromatic Colors of #CA4A07
Black with #CA4A07
Text Example
Text Example
White with #CA4A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A07; }
p { color: rgb(202,74,7); }
H1.HeaderClassName
{
color: #CA4A07;
}
.AnyTagClassName
{
color: #CA4A07;
}
</style>
background-color css
<style>
a { background-color: #CA4A07; }
a { background-color: rgb(202,74,7); }
div.DivClassName
{
background-color: #CA4A07;
}
.BgClassName
{
background-color: #CA4A07;
}
</style>
border-color css
<style>
span { border-color: #CA4A07; }
span { border-color: rgb(202,74,7); }
td.TdClassName
{
border-color: #CA4A07;
}
.TagClassName
{
border-color: #CA4A07;
}
</style>