Shades of Tenne (Tawny) #CA4D03
Tints of Tenne (Tawny) #CA4D03
RGB
CMYK
RGB Variations
Color information
#CA4D03 (or 0xCA4D03) is known color: Tenne (Tawny). HEX triplet: CA, 4D and 03. RGB value is (202,77,3). Sum of RGB (Red+Green+Blue) = 202+77+3=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4D03 is #35B2FC. Grayscale: #6A6A6A. Windows color (decimal): -3519229 or 216522. OLE color: 216522.
HSL color Cylindrical-coordinate representation of color #CA4D03: hue angle of 22.31º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA4D03 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 3 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.21 |
| HSL | 22.31º | 0.97% | 0.4% | - |
| HSV(B) | 22.31º | 0.99% | 0.79% | - |
| XYZ | 27.03 | 17.87 | 2.11 | - |
| YUV | 105.94 | 69.91 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 3 | 0 | 0.62 | 0.99 | 0.21 | 22.31 | 0.97 | 0.4 |
| Hex | CA | 4D | 3 | 0 | 3E | 63 | 15 | 16 | 61 | 28 |
| Octal | 312 | 115 | 3 | 0 | 76 | 143 | 25 | 26 | 141 | 50 |
| Binary | 11001010 | 1001101 | 11 | 0 | 111110 | 1100011 | 10101 | 10110 | 1100001 | 101000 |
Color Harmonies of #CA4D03
Complementary color
Monochromatic Colors of #CA4D03
Black with #CA4D03
Text Example
Text Example
White with #CA4D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D03; }
p { color: rgb(202,77,3); }
H1.HeaderClassName
{
color: #CA4D03;
}
.AnyTagClassName
{
color: #CA4D03;
}
</style>
background-color css
<style>
a { background-color: #CA4D03; }
a { background-color: rgb(202,77,3); }
div.DivClassName
{
background-color: #CA4D03;
}
.BgClassName
{
background-color: #CA4D03;
}
</style>
border-color css
<style>
span { border-color: #CA4D03; }
span { border-color: rgb(202,77,3); }
td.TdClassName
{
border-color: #CA4D03;
}
.TagClassName
{
border-color: #CA4D03;
}
</style>