Shades of Bronze #CA7A32
Tints of Bronze #CA7A32
RGB
CMYK
RGB Variations
Color information
#CA7A32 (or 0xCA7A32) is known color: Bronze. HEX triplet: CA, 7A and 32. RGB value is (202,122,50). Sum of RGB (Red+Green+Blue) = 202+122+50=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7A32 is #3585CD. Grayscale: #8A8A8A. Windows color (decimal): -3507662 or 3308234. OLE color: 3308234.
HSL color Cylindrical-coordinate representation of color #CA7A32: hue angle of 28.42º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA7A32 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 50 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.21 |
| HSL | 28.42º | 0.6% | 0.49% | - |
| HSV(B) | 28.42º | 0.75% | 0.79% | - |
| XYZ | 31.89 | 26.71 | 6.49 | - |
| YUV | 137.71 | 78.5 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 50 | 0 | 0.40 | 0.75 | 0.21 | 28.42 | 0.6 | 0.49 |
| Hex | CA | 7A | 32 | 0 | 28 | 4B | 15 | 1C | 3C | 31 |
| Octal | 312 | 172 | 62 | 0 | 50 | 113 | 25 | 34 | 74 | 61 |
| Binary | 11001010 | 1111010 | 110010 | 0 | 101000 | 1001011 | 10101 | 11100 | 111100 | 110001 |
Color Harmonies of #CA7A32
Complementary color
Monochromatic Colors of #CA7A32
Black with #CA7A32
Text Example
Text Example
White with #CA7A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A32; }
p { color: rgb(202,122,50); }
H1.HeaderClassName
{
color: #CA7A32;
}
.AnyTagClassName
{
color: #CA7A32;
}
</style>
background-color css
<style>
a { background-color: #CA7A32; }
a { background-color: rgb(202,122,50); }
div.DivClassName
{
background-color: #CA7A32;
}
.BgClassName
{
background-color: #CA7A32;
}
</style>
border-color css
<style>
span { border-color: #CA7A32; }
span { border-color: rgb(202,122,50); }
td.TdClassName
{
border-color: #CA7A32;
}
.TagClassName
{
border-color: #CA7A32;
}
</style>