Shades of Bronze #CA7B2C
Tints of Bronze #CA7B2C
RGB
CMYK
RGB Variations
Color information
#CA7B2C (or 0xCA7B2C) is known color: Bronze. HEX triplet: CA, 7B and 2C. RGB value is (202,123,44). Sum of RGB (Red+Green+Blue) = 202+123+44=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7B2C is #3584D3. Grayscale: #8A8A8A. Windows color (decimal): -3507412 or 2915274. OLE color: 2915274.
HSL color Cylindrical-coordinate representation of color #CA7B2C: hue angle of 30º 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 #CA7B2C is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 44 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.21 |
| HSL | 30º | 0.64% | 0.48% | - |
| HSV(B) | 30º | 0.78% | 0.79% | - |
| XYZ | 31.89 | 26.9 | 5.89 | - |
| YUV | 137.62 | 75.17 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 44 | 0 | 0.39 | 0.78 | 0.21 | 30 | 0.64 | 0.48 |
| Hex | CA | 7B | 2C | 0 | 27 | 4E | 15 | 1E | 40 | 30 |
| Octal | 312 | 173 | 54 | 0 | 47 | 116 | 25 | 36 | 100 | 60 |
| Binary | 11001010 | 1111011 | 101100 | 0 | 100111 | 1001110 | 10101 | 11110 | 1000000 | 110000 |
Color Harmonies of #CA7B2C
Complementary color
Monochromatic Colors of #CA7B2C
Black with #CA7B2C
Text Example
Text Example
White with #CA7B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B2C; }
p { color: rgb(202,123,44); }
H1.HeaderClassName
{
color: #CA7B2C;
}
.AnyTagClassName
{
color: #CA7B2C;
}
</style>
background-color css
<style>
a { background-color: #CA7B2C; }
a { background-color: rgb(202,123,44); }
div.DivClassName
{
background-color: #CA7B2C;
}
.BgClassName
{
background-color: #CA7B2C;
}
</style>
border-color css
<style>
span { border-color: #CA7B2C; }
span { border-color: rgb(202,123,44); }
td.TdClassName
{
border-color: #CA7B2C;
}
.TagClassName
{
border-color: #CA7B2C;
}
</style>