Shades of Bronze #CA782C
Tints of Bronze #CA782C
RGB
CMYK
RGB Variations
Color information
#CA782C (or 0xCA782C) is known color: Bronze. HEX triplet: CA, 78 and 2C. RGB value is (202,120,44). Sum of RGB (Red+Green+Blue) = 202+120+44=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA782C is #3587D3. Grayscale: #888888. Windows color (decimal): -3508180 or 2914506. OLE color: 2914506.
HSL color Cylindrical-coordinate representation of color #CA782C: hue angle of 28.86º 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 #CA782C is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 44 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.21 |
| HSL | 28.86º | 0.64% | 0.48% | - |
| HSV(B) | 28.86º | 0.78% | 0.79% | - |
| XYZ | 31.53 | 26.17 | 5.77 | - |
| YUV | 135.85 | 76.17 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 44 | 0 | 0.41 | 0.78 | 0.21 | 28.86 | 0.64 | 0.48 |
| Hex | CA | 78 | 2C | 0 | 29 | 4E | 15 | 1D | 40 | 30 |
| Octal | 312 | 170 | 54 | 0 | 51 | 116 | 25 | 35 | 100 | 60 |
| Binary | 11001010 | 1111000 | 101100 | 0 | 101001 | 1001110 | 10101 | 11101 | 1000000 | 110000 |
Color Harmonies of #CA782C
Complementary color
Monochromatic Colors of #CA782C
Black with #CA782C
Text Example
Text Example
White with #CA782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA782C; }
p { color: rgb(202,120,44); }
H1.HeaderClassName
{
color: #CA782C;
}
.AnyTagClassName
{
color: #CA782C;
}
</style>
background-color css
<style>
a { background-color: #CA782C; }
a { background-color: rgb(202,120,44); }
div.DivClassName
{
background-color: #CA782C;
}
.BgClassName
{
background-color: #CA782C;
}
</style>
border-color css
<style>
span { border-color: #CA782C; }
span { border-color: rgb(202,120,44); }
td.TdClassName
{
border-color: #CA782C;
}
.TagClassName
{
border-color: #CA782C;
}
</style>