Shades of Bronze #CA7E31
Tints of Bronze #CA7E31
RGB
CMYK
RGB Variations
Color information
#CA7E31 (or 0xCA7E31) is known color: Bronze. HEX triplet: CA, 7E and 31. RGB value is (202,126,49). Sum of RGB (Red+Green+Blue) = 202+126+49=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7E31 is #3581CE. Grayscale: #8C8C8C. Windows color (decimal): -3506639 or 3243722. OLE color: 3243722.
HSL color Cylindrical-coordinate representation of color #CA7E31: hue angle of 30.2º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA7E31 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 49 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.21 |
| HSL | 30.2º | 0.61% | 0.49% | - |
| HSV(B) | 30.2º | 0.76% | 0.79% | - |
| XYZ | 32.37 | 27.7 | 6.55 | - |
| YUV | 139.95 | 76.68 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 49 | 0 | 0.38 | 0.76 | 0.21 | 30.2 | 0.61 | 0.49 |
| Hex | CA | 7E | 31 | 0 | 26 | 4C | 15 | 1E | 3D | 31 |
| Octal | 312 | 176 | 61 | 0 | 46 | 114 | 25 | 36 | 75 | 61 |
| Binary | 11001010 | 1111110 | 110001 | 0 | 100110 | 1001100 | 10101 | 11110 | 111101 | 110001 |
Color Harmonies of #CA7E31
Complementary color
Monochromatic Colors of #CA7E31
Black with #CA7E31
Text Example
Text Example
White with #CA7E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7E31; }
p { color: rgb(202,126,49); }
H1.HeaderClassName
{
color: #CA7E31;
}
.AnyTagClassName
{
color: #CA7E31;
}
</style>
background-color css
<style>
a { background-color: #CA7E31; }
a { background-color: rgb(202,126,49); }
div.DivClassName
{
background-color: #CA7E31;
}
.BgClassName
{
background-color: #CA7E31;
}
</style>
border-color css
<style>
span { border-color: #CA7E31; }
span { border-color: rgb(202,126,49); }
td.TdClassName
{
border-color: #CA7E31;
}
.TagClassName
{
border-color: #CA7E31;
}
</style>