Shades of Bronze #CA7B2D
Tints of Bronze #CA7B2D
RGB
CMYK
RGB Variations
Color information
#CA7B2D (or 0xCA7B2D) is known color: Bronze. HEX triplet: CA, 7B and 2D. RGB value is (202,123,45). Sum of RGB (Red+Green+Blue) = 202+123+45=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7B2D is #3584D2. Grayscale: #8A8A8A. Windows color (decimal): -3507411 or 2980810. OLE color: 2980810.
HSL color Cylindrical-coordinate representation of color #CA7B2D: hue angle of 29.81º 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 #CA7B2D is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 45 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.21 |
| HSL | 29.81º | 0.64% | 0.48% | - |
| HSV(B) | 29.81º | 0.78% | 0.79% | - |
| XYZ | 31.91 | 26.91 | 6 | - |
| YUV | 137.73 | 75.67 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 45 | 0 | 0.39 | 0.78 | 0.21 | 29.81 | 0.64 | 0.48 |
| Hex | CA | 7B | 2D | 0 | 27 | 4E | 15 | 1E | 40 | 30 |
| Octal | 312 | 173 | 55 | 0 | 47 | 116 | 25 | 36 | 100 | 60 |
| Binary | 11001010 | 1111011 | 101101 | 0 | 100111 | 1001110 | 10101 | 11110 | 1000000 | 110000 |
Color Harmonies of #CA7B2D
Complementary color
Monochromatic Colors of #CA7B2D
Black with #CA7B2D
Text Example
Text Example
White with #CA7B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B2D; }
p { color: rgb(202,123,45); }
H1.HeaderClassName
{
color: #CA7B2D;
}
.AnyTagClassName
{
color: #CA7B2D;
}
</style>
background-color css
<style>
a { background-color: #CA7B2D; }
a { background-color: rgb(202,123,45); }
div.DivClassName
{
background-color: #CA7B2D;
}
.BgClassName
{
background-color: #CA7B2D;
}
</style>
border-color css
<style>
span { border-color: #CA7B2D; }
span { border-color: rgb(202,123,45); }
td.TdClassName
{
border-color: #CA7B2D;
}
.TagClassName
{
border-color: #CA7B2D;
}
</style>