Shades of Bronze #CA7632
Tints of Bronze #CA7632
RGB
CMYK
RGB Variations
Color information
#CA7632 (or 0xCA7632) is known color: Bronze. HEX triplet: CA, 76 and 32. RGB value is (202,118,50). Sum of RGB (Red+Green+Blue) = 202+118+50=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7632 is #3589CD. Grayscale: #878787. Windows color (decimal): -3508686 or 3307210. OLE color: 3307210.
HSL color Cylindrical-coordinate representation of color #CA7632: hue angle of 26.84º 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 #CA7632 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 50 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.21 |
| HSL | 26.84º | 0.6% | 0.49% | - |
| HSV(B) | 26.84º | 0.75% | 0.79% | - |
| XYZ | 31.41 | 25.74 | 6.33 | - |
| YUV | 135.36 | 79.83 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 50 | 0 | 0.42 | 0.75 | 0.21 | 26.84 | 0.6 | 0.49 |
| Hex | CA | 76 | 32 | 0 | 2A | 4B | 15 | 1B | 3C | 31 |
| Octal | 312 | 166 | 62 | 0 | 52 | 113 | 25 | 33 | 74 | 61 |
| Binary | 11001010 | 1110110 | 110010 | 0 | 101010 | 1001011 | 10101 | 11011 | 111100 | 110001 |
Color Harmonies of #CA7632
Complementary color
Monochromatic Colors of #CA7632
Black with #CA7632
Text Example
Text Example
White with #CA7632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7632; }
p { color: rgb(202,118,50); }
H1.HeaderClassName
{
color: #CA7632;
}
.AnyTagClassName
{
color: #CA7632;
}
</style>
background-color css
<style>
a { background-color: #CA7632; }
a { background-color: rgb(202,118,50); }
div.DivClassName
{
background-color: #CA7632;
}
.BgClassName
{
background-color: #CA7632;
}
</style>
border-color css
<style>
span { border-color: #CA7632; }
span { border-color: rgb(202,118,50); }
td.TdClassName
{
border-color: #CA7632;
}
.TagClassName
{
border-color: #CA7632;
}
</style>