Shades of Bronze #CA742E
Tints of Bronze #CA742E
RGB
CMYK
RGB Variations
Color information
#CA742E (or 0xCA742E) is known color: Bronze. HEX triplet: CA, 74 and 2E. RGB value is (202,116,46). Sum of RGB (Red+Green+Blue) = 202+116+46=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA742E is #358BD1. Grayscale: #868686. Windows color (decimal): -3509202 or 3044554. OLE color: 3044554.
HSL color Cylindrical-coordinate representation of color #CA742E: hue angle of 26.92º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA742E is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 46 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.21 |
| HSL | 26.92º | 0.63% | 0.49% | - |
| HSV(B) | 26.92º | 0.77% | 0.79% | - |
| XYZ | 31.1 | 25.24 | 5.82 | - |
| YUV | 133.73 | 78.49 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 46 | 0 | 0.43 | 0.77 | 0.21 | 26.92 | 0.63 | 0.49 |
| Hex | CA | 74 | 2E | 0 | 2B | 4D | 15 | 1B | 3F | 31 |
| Octal | 312 | 164 | 56 | 0 | 53 | 115 | 25 | 33 | 77 | 61 |
| Binary | 11001010 | 1110100 | 101110 | 0 | 101011 | 1001101 | 10101 | 11011 | 111111 | 110001 |
Color Harmonies of #CA742E
Complementary color
Monochromatic Colors of #CA742E
Black with #CA742E
Text Example
Text Example
White with #CA742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA742E; }
p { color: rgb(202,116,46); }
H1.HeaderClassName
{
color: #CA742E;
}
.AnyTagClassName
{
color: #CA742E;
}
</style>
background-color css
<style>
a { background-color: #CA742E; }
a { background-color: rgb(202,116,46); }
div.DivClassName
{
background-color: #CA742E;
}
.BgClassName
{
background-color: #CA742E;
}
</style>
border-color css
<style>
span { border-color: #CA742E; }
span { border-color: rgb(202,116,46); }
td.TdClassName
{
border-color: #CA742E;
}
.TagClassName
{
border-color: #CA742E;
}
</style>