Shades of Bronze #CA7C2F
Tints of Bronze #CA7C2F
RGB
CMYK
RGB Variations
Color information
#CA7C2F (or 0xCA7C2F) is known color: Bronze. HEX triplet: CA, 7C and 2F. RGB value is (202,124,47). Sum of RGB (Red+Green+Blue) = 202+124+47=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7C2F is #3583D0. Grayscale: #8A8A8A. Windows color (decimal): -3507153 or 3112138. OLE color: 3112138.
HSL color Cylindrical-coordinate representation of color #CA7C2F: hue angle of 29.81º degrees, saturation: 0.62, 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 #CA7C2F is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 47 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.21 |
| HSL | 29.81º | 0.62% | 0.49% | - |
| HSV(B) | 29.81º | 0.77% | 0.79% | - |
| XYZ | 32.08 | 27.18 | 6.24 | - |
| YUV | 138.54 | 76.34 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 47 | 0 | 0.39 | 0.77 | 0.21 | 29.81 | 0.62 | 0.49 |
| Hex | CA | 7C | 2F | 0 | 27 | 4D | 15 | 1E | 3E | 31 |
| Octal | 312 | 174 | 57 | 0 | 47 | 115 | 25 | 36 | 76 | 61 |
| Binary | 11001010 | 1111100 | 101111 | 0 | 100111 | 1001101 | 10101 | 11110 | 111110 | 110001 |
Color Harmonies of #CA7C2F
Complementary color
Monochromatic Colors of #CA7C2F
Black with #CA7C2F
Text Example
Text Example
White with #CA7C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7C2F; }
p { color: rgb(202,124,47); }
H1.HeaderClassName
{
color: #CA7C2F;
}
.AnyTagClassName
{
color: #CA7C2F;
}
</style>
background-color css
<style>
a { background-color: #CA7C2F; }
a { background-color: rgb(202,124,47); }
div.DivClassName
{
background-color: #CA7C2F;
}
.BgClassName
{
background-color: #CA7C2F;
}
</style>
border-color css
<style>
span { border-color: #CA7C2F; }
span { border-color: rgb(202,124,47); }
td.TdClassName
{
border-color: #CA7C2F;
}
.TagClassName
{
border-color: #CA7C2F;
}
</style>