Shades of Bronze #CA7E2D
Tints of Bronze #CA7E2D
RGB
CMYK
RGB Variations
Color information
#CA7E2D (or 0xCA7E2D) is known color: Bronze. HEX triplet: CA, 7E and 2D. RGB value is (202,126,45). Sum of RGB (Red+Green+Blue) = 202+126+45=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7E2D is #3581D2. Grayscale: #8B8B8B. Windows color (decimal): -3506643 or 2981578. OLE color: 2981578.
HSL color Cylindrical-coordinate representation of color #CA7E2D: hue angle of 30.96º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA7E2D is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 45 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.21 |
| HSL | 30.96º | 0.64% | 0.48% | - |
| HSV(B) | 30.96º | 0.78% | 0.79% | - |
| XYZ | 32.29 | 27.67 | 6.12 | - |
| YUV | 139.49 | 74.68 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 45 | 0 | 0.38 | 0.78 | 0.21 | 30.96 | 0.64 | 0.48 |
| Hex | CA | 7E | 2D | 0 | 26 | 4E | 15 | 1F | 40 | 30 |
| Octal | 312 | 176 | 55 | 0 | 46 | 116 | 25 | 37 | 100 | 60 |
| Binary | 11001010 | 1111110 | 101101 | 0 | 100110 | 1001110 | 10101 | 11111 | 1000000 | 110000 |
Color Harmonies of #CA7E2D
Complementary color
Monochromatic Colors of #CA7E2D
Black with #CA7E2D
Text Example
Text Example
White with #CA7E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7E2D; }
p { color: rgb(202,126,45); }
H1.HeaderClassName
{
color: #CA7E2D;
}
.AnyTagClassName
{
color: #CA7E2D;
}
</style>
background-color css
<style>
a { background-color: #CA7E2D; }
a { background-color: rgb(202,126,45); }
div.DivClassName
{
background-color: #CA7E2D;
}
.BgClassName
{
background-color: #CA7E2D;
}
</style>
border-color css
<style>
span { border-color: #CA7E2D; }
span { border-color: rgb(202,126,45); }
td.TdClassName
{
border-color: #CA7E2D;
}
.TagClassName
{
border-color: #CA7E2D;
}
</style>