Shades of Tenne (Tawny) #CA4607
Tints of Tenne (Tawny) #CA4607
RGB
CMYK
RGB Variations
Color information
#CA4607 (or 0xCA4607) is known color: Tenne (Tawny). HEX triplet: CA, 46 and 07. RGB value is (202,70,7). Sum of RGB (Red+Green+Blue) = 202+70+7=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4607 is #35B9F8. Grayscale: #666666. Windows color (decimal): -3521017 or 476874. OLE color: 476874.
HSL color Cylindrical-coordinate representation of color #CA4607: hue angle of 19.38º 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 #CA4607 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 7 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.21 |
| HSL | 19.38º | 0.93% | 0.41% | - |
| HSV(B) | 19.38º | 0.97% | 0.79% | - |
| XYZ | 26.59 | 16.95 | 2.07 | - |
| YUV | 102.29 | 74.23 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 7 | 0 | 0.65 | 0.97 | 0.21 | 19.38 | 0.93 | 0.41 |
| Hex | CA | 46 | 7 | 0 | 41 | 61 | 15 | 13 | 5D | 29 |
| Octal | 312 | 106 | 7 | 0 | 101 | 141 | 25 | 23 | 135 | 51 |
| Binary | 11001010 | 1000110 | 111 | 0 | 1000001 | 1100001 | 10101 | 10011 | 1011101 | 101001 |
Color Harmonies of #CA4607
Complementary color
Monochromatic Colors of #CA4607
Black with #CA4607
Text Example
Text Example
White with #CA4607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4607; }
p { color: rgb(202,70,7); }
H1.HeaderClassName
{
color: #CA4607;
}
.AnyTagClassName
{
color: #CA4607;
}
</style>
background-color css
<style>
a { background-color: #CA4607; }
a { background-color: rgb(202,70,7); }
div.DivClassName
{
background-color: #CA4607;
}
.BgClassName
{
background-color: #CA4607;
}
</style>
border-color css
<style>
span { border-color: #CA4607; }
span { border-color: rgb(202,70,7); }
td.TdClassName
{
border-color: #CA4607;
}
.TagClassName
{
border-color: #CA4607;
}
</style>