Shades of Tenne (Tawny) #CA4402
Tints of Tenne (Tawny) #CA4402
RGB
CMYK
RGB Variations
Color information
#CA4402 (or 0xCA4402) is known color: Tenne (Tawny). HEX triplet: CA, 44 and 02. RGB value is (202,68,2). Sum of RGB (Red+Green+Blue) = 202+68+2=272 (36% of max value = 765). Red value is 202 (79.30% from 255 or 74.26% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4402 is #35BBFD. Grayscale: #646464. Windows color (decimal): -3521534 or 148682. OLE color: 148682.
HSL color Cylindrical-coordinate representation of color #CA4402: hue angle of 19.8º 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 #CA4402 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.21 |
| HSL | 19.8º | 0.98% | 0.4% | - |
| HSV(B) | 19.8º | 0.99% | 0.79% | - |
| XYZ | 26.44 | 16.7 | 1.89 | - |
| YUV | 100.54 | 72.39 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 2 | 0 | 0.66 | 0.99 | 0.21 | 19.8 | 0.98 | 0.4 |
| Hex | CA | 44 | 2 | 0 | 42 | 63 | 15 | 14 | 62 | 28 |
| Octal | 312 | 104 | 2 | 0 | 102 | 143 | 25 | 24 | 142 | 50 |
| Binary | 11001010 | 1000100 | 10 | 0 | 1000010 | 1100011 | 10101 | 10100 | 1100010 | 101000 |
Color Harmonies of #CA4402
Complementary color
Monochromatic Colors of #CA4402
Black with #CA4402
Text Example
Text Example
White with #CA4402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4402; }
p { color: rgb(202,68,2); }
H1.HeaderClassName
{
color: #CA4402;
}
.AnyTagClassName
{
color: #CA4402;
}
</style>
background-color css
<style>
a { background-color: #CA4402; }
a { background-color: rgb(202,68,2); }
div.DivClassName
{
background-color: #CA4402;
}
.BgClassName
{
background-color: #CA4402;
}
</style>
border-color css
<style>
span { border-color: #CA4402; }
span { border-color: rgb(202,68,2); }
td.TdClassName
{
border-color: #CA4402;
}
.TagClassName
{
border-color: #CA4402;
}
</style>