Shades of Bronze #CB8030
Tints of Bronze #CB8030
RGB
CMYK
RGB Variations
Color information
#CB8030 (or 0xCB8030) is known color: Bronze. HEX triplet: CB, 80 and 30. RGB value is (203,128,48). Sum of RGB (Red+Green+Blue) = 203+128+48=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8030 is #347FCF. Grayscale: #8D8D8D. Windows color (decimal): -3440592 or 3178699. OLE color: 3178699.
HSL color Cylindrical-coordinate representation of color #CB8030: hue angle of 30.97º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB8030 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 48 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.20 |
| HSL | 30.97º | 0.62% | 0.49% | - |
| HSV(B) | 30.97º | 0.76% | 0.8% | - |
| XYZ | 32.88 | 28.35 | 6.54 | - |
| YUV | 141.31 | 75.35 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 48 | 0 | 0.37 | 0.76 | 0.20 | 30.97 | 0.62 | 0.49 |
| Hex | CB | 80 | 30 | 0 | 25 | 4C | 14 | 1F | 3E | 31 |
| Octal | 313 | 200 | 60 | 0 | 45 | 114 | 24 | 37 | 76 | 61 |
| Binary | 11001011 | 10000000 | 110000 | 0 | 100101 | 1001100 | 10100 | 11111 | 111110 | 110001 |
Color Harmonies of #CB8030
Complementary color
Monochromatic Colors of #CB8030
Black with #CB8030
Text Example
Text Example
White with #CB8030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8030; }
p { color: rgb(203,128,48); }
H1.HeaderClassName
{
color: #CB8030;
}
.AnyTagClassName
{
color: #CB8030;
}
</style>
background-color css
<style>
a { background-color: #CB8030; }
a { background-color: rgb(203,128,48); }
div.DivClassName
{
background-color: #CB8030;
}
.BgClassName
{
background-color: #CB8030;
}
</style>
border-color css
<style>
span { border-color: #CB8030; }
span { border-color: rgb(203,128,48); }
td.TdClassName
{
border-color: #CB8030;
}
.TagClassName
{
border-color: #CB8030;
}
</style>