Shades of Bronze #C87A33
Tints of Bronze #C87A33
RGB
CMYK
RGB Variations
Color information
#C87A33 (or 0xC87A33) is known color: Bronze. HEX triplet: C8, 7A and 33. RGB value is (200,122,51). Sum of RGB (Red+Green+Blue) = 200+122+51=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87A33 is #3785CC. Grayscale: #898989. Windows color (decimal): -3638733 or 3373768. OLE color: 3373768.
HSL color Cylindrical-coordinate representation of color #C87A33: hue angle of 28.59º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C87A33 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 51 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.22 |
| HSL | 28.59º | 0.59% | 0.49% | - |
| HSV(B) | 28.59º | 0.75% | 0.78% | - |
| XYZ | 31.38 | 26.44 | 6.58 | - |
| YUV | 137.23 | 79.34 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 51 | 0 | 0.39 | 0.74 | 0.22 | 28.59 | 0.59 | 0.49 |
| Hex | C8 | 7A | 33 | 0 | 27 | 4A | 16 | 1D | 3B | 31 |
| Octal | 310 | 172 | 63 | 0 | 47 | 112 | 26 | 35 | 73 | 61 |
| Binary | 11001000 | 1111010 | 110011 | 0 | 100111 | 1001010 | 10110 | 11101 | 111011 | 110001 |
Color Harmonies of #C87A33
Complementary color
Monochromatic Colors of #C87A33
Black with #C87A33
Text Example
Text Example
White with #C87A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A33; }
p { color: rgb(200,122,51); }
H1.HeaderClassName
{
color: #C87A33;
}
.AnyTagClassName
{
color: #C87A33;
}
</style>
background-color css
<style>
a { background-color: #C87A33; }
a { background-color: rgb(200,122,51); }
div.DivClassName
{
background-color: #C87A33;
}
.BgClassName
{
background-color: #C87A33;
}
</style>
border-color css
<style>
span { border-color: #C87A33; }
span { border-color: rgb(200,122,51); }
td.TdClassName
{
border-color: #C87A33;
}
.TagClassName
{
border-color: #C87A33;
}
</style>