Shades of Bronze #CA7F2C
Tints of Bronze #CA7F2C
RGB
CMYK
RGB Variations
Color information
#CA7F2C (or 0xCA7F2C) is known color: Bronze. HEX triplet: CA, 7F and 2C. RGB value is (202,127,44). Sum of RGB (Red+Green+Blue) = 202+127+44=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7F2C is #3580D3. Grayscale: #8C8C8C. Windows color (decimal): -3506388 or 2916298. OLE color: 2916298.
HSL color Cylindrical-coordinate representation of color #CA7F2C: hue angle of 31.52º 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 #CA7F2C is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 44 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.21 |
| HSL | 31.52º | 0.64% | 0.48% | - |
| HSV(B) | 31.52º | 0.78% | 0.79% | - |
| XYZ | 32.4 | 27.92 | 6.06 | - |
| YUV | 139.96 | 73.85 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 44 | 0 | 0.37 | 0.78 | 0.21 | 31.52 | 0.64 | 0.48 |
| Hex | CA | 7F | 2C | 0 | 25 | 4E | 15 | 20 | 40 | 30 |
| Octal | 312 | 177 | 54 | 0 | 45 | 116 | 25 | 40 | 100 | 60 |
| Binary | 11001010 | 1111111 | 101100 | 0 | 100101 | 1001110 | 10101 | 100000 | 1000000 | 110000 |
Color Harmonies of #CA7F2C
Complementary color
Monochromatic Colors of #CA7F2C
Black with #CA7F2C
Text Example
Text Example
White with #CA7F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F2C; }
p { color: rgb(202,127,44); }
H1.HeaderClassName
{
color: #CA7F2C;
}
.AnyTagClassName
{
color: #CA7F2C;
}
</style>
background-color css
<style>
a { background-color: #CA7F2C; }
a { background-color: rgb(202,127,44); }
div.DivClassName
{
background-color: #CA7F2C;
}
.BgClassName
{
background-color: #CA7F2C;
}
</style>
border-color css
<style>
span { border-color: #CA7F2C; }
span { border-color: rgb(202,127,44); }
td.TdClassName
{
border-color: #CA7F2C;
}
.TagClassName
{
border-color: #CA7F2C;
}
</style>