Shades of Bronze #CA7E2E
Tints of Bronze #CA7E2E
RGB
CMYK
RGB Variations
Color information
#CA7E2E (or 0xCA7E2E) is known color: Bronze. HEX triplet: CA, 7E and 2E. RGB value is (202,126,46). Sum of RGB (Red+Green+Blue) = 202+126+46=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7E2E is #3581D1. Grayscale: #8C8C8C. Windows color (decimal): -3506642 or 3047114. OLE color: 3047114.
HSL color Cylindrical-coordinate representation of color #CA7E2E: hue angle of 30.77º 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 #CA7E2E is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 46 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.21 |
| HSL | 30.77º | 0.63% | 0.49% | - |
| HSV(B) | 30.77º | 0.77% | 0.79% | - |
| XYZ | 32.31 | 27.68 | 6.22 | - |
| YUV | 139.6 | 75.18 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 46 | 0 | 0.38 | 0.77 | 0.21 | 30.77 | 0.63 | 0.49 |
| Hex | CA | 7E | 2E | 0 | 26 | 4D | 15 | 1F | 3F | 31 |
| Octal | 312 | 176 | 56 | 0 | 46 | 115 | 25 | 37 | 77 | 61 |
| Binary | 11001010 | 1111110 | 101110 | 0 | 100110 | 1001101 | 10101 | 11111 | 111111 | 110001 |
Color Harmonies of #CA7E2E
Complementary color
Monochromatic Colors of #CA7E2E
Black with #CA7E2E
Text Example
Text Example
White with #CA7E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7E2E; }
p { color: rgb(202,126,46); }
H1.HeaderClassName
{
color: #CA7E2E;
}
.AnyTagClassName
{
color: #CA7E2E;
}
</style>
background-color css
<style>
a { background-color: #CA7E2E; }
a { background-color: rgb(202,126,46); }
div.DivClassName
{
background-color: #CA7E2E;
}
.BgClassName
{
background-color: #CA7E2E;
}
</style>
border-color css
<style>
span { border-color: #CA7E2E; }
span { border-color: rgb(202,126,46); }
td.TdClassName
{
border-color: #CA7E2E;
}
.TagClassName
{
border-color: #CA7E2E;
}
</style>