Shades of Tenne (Tawny) #CA4C02
Tints of Tenne (Tawny) #CA4C02
RGB
CMYK
RGB Variations
Color information
#CA4C02 (or 0xCA4C02) is known color: Tenne (Tawny). HEX triplet: CA, 4C and 02. RGB value is (202,76,2). Sum of RGB (Red+Green+Blue) = 202+76+2=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4C02 is #35B3FD. Grayscale: #696969. Windows color (decimal): -3519486 or 150730. OLE color: 150730.
HSL color Cylindrical-coordinate representation of color #CA4C02: hue angle of 22.2º 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 #CA4C02 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.21 |
| HSL | 22.2º | 0.98% | 0.4% | - |
| HSV(B) | 22.2º | 0.99% | 0.79% | - |
| XYZ | 26.95 | 17.73 | 2.06 | - |
| YUV | 105.24 | 69.74 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 2 | 0 | 0.62 | 0.99 | 0.21 | 22.2 | 0.98 | 0.4 |
| Hex | CA | 4C | 2 | 0 | 3E | 63 | 15 | 16 | 62 | 28 |
| Octal | 312 | 114 | 2 | 0 | 76 | 143 | 25 | 26 | 142 | 50 |
| Binary | 11001010 | 1001100 | 10 | 0 | 111110 | 1100011 | 10101 | 10110 | 1100010 | 101000 |
Color Harmonies of #CA4C02
Complementary color
Monochromatic Colors of #CA4C02
Black with #CA4C02
Text Example
Text Example
White with #CA4C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4C02; }
p { color: rgb(202,76,2); }
H1.HeaderClassName
{
color: #CA4C02;
}
.AnyTagClassName
{
color: #CA4C02;
}
</style>
background-color css
<style>
a { background-color: #CA4C02; }
a { background-color: rgb(202,76,2); }
div.DivClassName
{
background-color: #CA4C02;
}
.BgClassName
{
background-color: #CA4C02;
}
</style>
border-color css
<style>
span { border-color: #CA4C02; }
span { border-color: rgb(202,76,2); }
td.TdClassName
{
border-color: #CA4C02;
}
.TagClassName
{
border-color: #CA4C02;
}
</style>