Shades of Bronze #CA7A2F
Tints of Bronze #CA7A2F
RGB
CMYK
RGB Variations
Color information
#CA7A2F (or 0xCA7A2F) is known color: Bronze. HEX triplet: CA, 7A and 2F. RGB value is (202,122,47). Sum of RGB (Red+Green+Blue) = 202+122+47=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7A2F is #3585D0. Grayscale: #898989. Windows color (decimal): -3507665 or 3111626. OLE color: 3111626.
HSL color Cylindrical-coordinate representation of color #CA7A2F: hue angle of 29.03º 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 #CA7A2F is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 47 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.21 |
| HSL | 29.03º | 0.62% | 0.49% | - |
| HSV(B) | 29.03º | 0.77% | 0.79% | - |
| XYZ | 31.83 | 26.68 | 6.16 | - |
| YUV | 137.37 | 77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 47 | 0 | 0.40 | 0.77 | 0.21 | 29.03 | 0.62 | 0.49 |
| Hex | CA | 7A | 2F | 0 | 28 | 4D | 15 | 1D | 3E | 31 |
| Octal | 312 | 172 | 57 | 0 | 50 | 115 | 25 | 35 | 76 | 61 |
| Binary | 11001010 | 1111010 | 101111 | 0 | 101000 | 1001101 | 10101 | 11101 | 111110 | 110001 |
Color Harmonies of #CA7A2F
Complementary color
Monochromatic Colors of #CA7A2F
Black with #CA7A2F
Text Example
Text Example
White with #CA7A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A2F; }
p { color: rgb(202,122,47); }
H1.HeaderClassName
{
color: #CA7A2F;
}
.AnyTagClassName
{
color: #CA7A2F;
}
</style>
background-color css
<style>
a { background-color: #CA7A2F; }
a { background-color: rgb(202,122,47); }
div.DivClassName
{
background-color: #CA7A2F;
}
.BgClassName
{
background-color: #CA7A2F;
}
</style>
border-color css
<style>
span { border-color: #CA7A2F; }
span { border-color: rgb(202,122,47); }
td.TdClassName
{
border-color: #CA7A2F;
}
.TagClassName
{
border-color: #CA7A2F;
}
</style>