Shades of Bronze #CA7C2D
Tints of Bronze #CA7C2D
RGB
CMYK
RGB Variations
Color information
#CA7C2D (or 0xCA7C2D) is known color: Bronze. HEX triplet: CA, 7C and 2D. RGB value is (202,124,45). Sum of RGB (Red+Green+Blue) = 202+124+45=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7C2D is #3583D2. Grayscale: #8A8A8A. Windows color (decimal): -3507155 or 2981066. OLE color: 2981066.
HSL color Cylindrical-coordinate representation of color #CA7C2D: hue angle of 30.19º 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 #CA7C2D is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 45 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.21 |
| HSL | 30.19º | 0.64% | 0.48% | - |
| HSV(B) | 30.19º | 0.78% | 0.79% | - |
| XYZ | 32.04 | 27.16 | 6.04 | - |
| YUV | 138.32 | 75.34 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 45 | 0 | 0.39 | 0.78 | 0.21 | 30.19 | 0.64 | 0.48 |
| Hex | CA | 7C | 2D | 0 | 27 | 4E | 15 | 1E | 40 | 30 |
| Octal | 312 | 174 | 55 | 0 | 47 | 116 | 25 | 36 | 100 | 60 |
| Binary | 11001010 | 1111100 | 101101 | 0 | 100111 | 1001110 | 10101 | 11110 | 1000000 | 110000 |
Color Harmonies of #CA7C2D
Complementary color
Monochromatic Colors of #CA7C2D
Black with #CA7C2D
Text Example
Text Example
White with #CA7C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7C2D; }
p { color: rgb(202,124,45); }
H1.HeaderClassName
{
color: #CA7C2D;
}
.AnyTagClassName
{
color: #CA7C2D;
}
</style>
background-color css
<style>
a { background-color: #CA7C2D; }
a { background-color: rgb(202,124,45); }
div.DivClassName
{
background-color: #CA7C2D;
}
.BgClassName
{
background-color: #CA7C2D;
}
</style>
border-color css
<style>
span { border-color: #CA7C2D; }
span { border-color: rgb(202,124,45); }
td.TdClassName
{
border-color: #CA7C2D;
}
.TagClassName
{
border-color: #CA7C2D;
}
</style>