Shades of Bronze #CA802E
Tints of Bronze #CA802E
RGB
CMYK
RGB Variations
Color information
#CA802E (or 0xCA802E) is known color: Bronze. HEX triplet: CA, 80 and 2E. RGB value is (202,128,46). Sum of RGB (Red+Green+Blue) = 202+128+46=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA802E is #357FD1. Grayscale: #8D8D8D. Windows color (decimal): -3506130 or 3047626. OLE color: 3047626.
HSL color Cylindrical-coordinate representation of color #CA802E: hue angle of 31.54º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA802E is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 46 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.21 |
| HSL | 31.54º | 0.63% | 0.49% | - |
| HSV(B) | 31.54º | 0.77% | 0.79% | - |
| XYZ | 32.57 | 28.19 | 6.31 | - |
| YUV | 140.78 | 74.52 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 46 | 0 | 0.37 | 0.77 | 0.21 | 31.54 | 0.63 | 0.49 |
| Hex | CA | 80 | 2E | 0 | 25 | 4D | 15 | 20 | 3F | 31 |
| Octal | 312 | 200 | 56 | 0 | 45 | 115 | 25 | 40 | 77 | 61 |
| Binary | 11001010 | 10000000 | 101110 | 0 | 100101 | 1001101 | 10101 | 100000 | 111111 | 110001 |
Color Harmonies of #CA802E
Complementary color
Monochromatic Colors of #CA802E
Black with #CA802E
Text Example
Text Example
White with #CA802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA802E; }
p { color: rgb(202,128,46); }
H1.HeaderClassName
{
color: #CA802E;
}
.AnyTagClassName
{
color: #CA802E;
}
</style>
background-color css
<style>
a { background-color: #CA802E; }
a { background-color: rgb(202,128,46); }
div.DivClassName
{
background-color: #CA802E;
}
.BgClassName
{
background-color: #CA802E;
}
</style>
border-color css
<style>
span { border-color: #CA802E; }
span { border-color: rgb(202,128,46); }
td.TdClassName
{
border-color: #CA802E;
}
.TagClassName
{
border-color: #CA802E;
}
</style>