Shades of Bronze #CA7B33
Tints of Bronze #CA7B33
RGB
CMYK
RGB Variations
Color information
#CA7B33 (or 0xCA7B33) is known color: Bronze. HEX triplet: CA, 7B and 33. RGB value is (202,123,51). Sum of RGB (Red+Green+Blue) = 202+123+51=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7B33 is #3584CC. Grayscale: #8A8A8A. Windows color (decimal): -3507405 or 3374026. OLE color: 3374026.
HSL color Cylindrical-coordinate representation of color #CA7B33: hue angle of 28.61º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA7B33 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 51 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.21 |
| HSL | 28.61º | 0.6% | 0.5% | - |
| HSV(B) | 28.61º | 0.75% | 0.79% | - |
| XYZ | 32.04 | 26.96 | 6.65 | - |
| YUV | 138.41 | 78.67 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 51 | 0 | 0.39 | 0.75 | 0.21 | 28.61 | 0.6 | 0.5 |
| Hex | CA | 7B | 33 | 0 | 27 | 4B | 15 | 1D | 3C | 32 |
| Octal | 312 | 173 | 63 | 0 | 47 | 113 | 25 | 35 | 74 | 62 |
| Binary | 11001010 | 1111011 | 110011 | 0 | 100111 | 1001011 | 10101 | 11101 | 111100 | 110010 |
Color Harmonies of #CA7B33
Complementary color
Monochromatic Colors of #CA7B33
Black with #CA7B33
Text Example
Text Example
White with #CA7B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B33; }
p { color: rgb(202,123,51); }
H1.HeaderClassName
{
color: #CA7B33;
}
.AnyTagClassName
{
color: #CA7B33;
}
</style>
background-color css
<style>
a { background-color: #CA7B33; }
a { background-color: rgb(202,123,51); }
div.DivClassName
{
background-color: #CA7B33;
}
.BgClassName
{
background-color: #CA7B33;
}
</style>
border-color css
<style>
span { border-color: #CA7B33; }
span { border-color: rgb(202,123,51); }
td.TdClassName
{
border-color: #CA7B33;
}
.TagClassName
{
border-color: #CA7B33;
}
</style>