Shades of Tenne (Tawny) #CA4503
Tints of Tenne (Tawny) #CA4503
RGB
CMYK
RGB Variations
Color information
#CA4503 (or 0xCA4503) is known color: Tenne (Tawny). HEX triplet: CA, 45 and 03. RGB value is (202,69,3). Sum of RGB (Red+Green+Blue) = 202+69+3=274 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.72% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4503 is #35BAFC. Grayscale: #656565. Windows color (decimal): -3521277 or 214474. OLE color: 214474.
HSL color Cylindrical-coordinate representation of color #CA4503: hue angle of 19.9º 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 #CA4503 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 3 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.21 |
| HSL | 19.9º | 0.97% | 0.4% | - |
| HSV(B) | 19.9º | 0.99% | 0.79% | - |
| XYZ | 26.5 | 16.82 | 1.94 | - |
| YUV | 101.24 | 72.56 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 3 | 0 | 0.66 | 0.99 | 0.21 | 19.9 | 0.97 | 0.4 |
| Hex | CA | 45 | 3 | 0 | 42 | 63 | 15 | 14 | 61 | 28 |
| Octal | 312 | 105 | 3 | 0 | 102 | 143 | 25 | 24 | 141 | 50 |
| Binary | 11001010 | 1000101 | 11 | 0 | 1000010 | 1100011 | 10101 | 10100 | 1100001 | 101000 |
Color Harmonies of #CA4503
Complementary color
Monochromatic Colors of #CA4503
Black with #CA4503
Text Example
Text Example
White with #CA4503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4503; }
p { color: rgb(202,69,3); }
H1.HeaderClassName
{
color: #CA4503;
}
.AnyTagClassName
{
color: #CA4503;
}
</style>
background-color css
<style>
a { background-color: #CA4503; }
a { background-color: rgb(202,69,3); }
div.DivClassName
{
background-color: #CA4503;
}
.BgClassName
{
background-color: #CA4503;
}
</style>
border-color css
<style>
span { border-color: #CA4503; }
span { border-color: rgb(202,69,3); }
td.TdClassName
{
border-color: #CA4503;
}
.TagClassName
{
border-color: #CA4503;
}
</style>