Shades of Tenne (Tawny) #CA4D02
Tints of Tenne (Tawny) #CA4D02
RGB
CMYK
RGB Variations
Color information
#CA4D02 (or 0xCA4D02) is known color: Tenne (Tawny). HEX triplet: CA, 4D and 02. RGB value is (202,77,2). Sum of RGB (Red+Green+Blue) = 202+77+2=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4D02 is #35B2FD. Grayscale: #6A6A6A. Windows color (decimal): -3519230 or 150986. OLE color: 150986.
HSL color Cylindrical-coordinate representation of color #CA4D02: hue angle of 22.5º degrees, saturation: 0.98, 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 #CA4D02 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.21 |
| HSL | 22.5º | 0.98% | 0.4% | - |
| HSV(B) | 22.5º | 0.99% | 0.79% | - |
| XYZ | 27.02 | 17.87 | 2.08 | - |
| YUV | 105.83 | 69.41 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 2 | 0 | 0.62 | 0.99 | 0.21 | 22.5 | 0.98 | 0.4 |
| Hex | CA | 4D | 2 | 0 | 3E | 63 | 15 | 16 | 62 | 28 |
| Octal | 312 | 115 | 2 | 0 | 76 | 143 | 25 | 26 | 142 | 50 |
| Binary | 11001010 | 1001101 | 10 | 0 | 111110 | 1100011 | 10101 | 10110 | 1100010 | 101000 |
Color Harmonies of #CA4D02
Complementary color
Monochromatic Colors of #CA4D02
Black with #CA4D02
Text Example
Text Example
White with #CA4D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D02; }
p { color: rgb(202,77,2); }
H1.HeaderClassName
{
color: #CA4D02;
}
.AnyTagClassName
{
color: #CA4D02;
}
</style>
background-color css
<style>
a { background-color: #CA4D02; }
a { background-color: rgb(202,77,2); }
div.DivClassName
{
background-color: #CA4D02;
}
.BgClassName
{
background-color: #CA4D02;
}
</style>
border-color css
<style>
span { border-color: #CA4D02; }
span { border-color: rgb(202,77,2); }
td.TdClassName
{
border-color: #CA4D02;
}
.TagClassName
{
border-color: #CA4D02;
}
</style>