Shades of Bronze #C87B2C
Tints of Bronze #C87B2C
RGB
CMYK
RGB Variations
Color information
#C87B2C (or 0xC87B2C) is known color: Bronze. HEX triplet: C8, 7B and 2C. RGB value is (200,123,44). Sum of RGB (Red+Green+Blue) = 200+123+44=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87B2C is #3784D3. Grayscale: #898989. Windows color (decimal): -3638484 or 2915272. OLE color: 2915272.
HSL color Cylindrical-coordinate representation of color #C87B2C: hue angle of 30.38º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C87B2C is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 44 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.22 |
| HSL | 30.38º | 0.64% | 0.48% | - |
| HSV(B) | 30.38º | 0.78% | 0.78% | - |
| XYZ | 31.36 | 26.63 | 5.87 | - |
| YUV | 137.02 | 75.51 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 44 | 0 | 0.38 | 0.78 | 0.22 | 30.38 | 0.64 | 0.48 |
| Hex | C8 | 7B | 2C | 0 | 26 | 4E | 16 | 1E | 40 | 30 |
| Octal | 310 | 173 | 54 | 0 | 46 | 116 | 26 | 36 | 100 | 60 |
| Binary | 11001000 | 1111011 | 101100 | 0 | 100110 | 1001110 | 10110 | 11110 | 1000000 | 110000 |
Color Harmonies of #C87B2C
Complementary color
Monochromatic Colors of #C87B2C
Black with #C87B2C
Text Example
Text Example
White with #C87B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87B2C; }
p { color: rgb(200,123,44); }
H1.HeaderClassName
{
color: #C87B2C;
}
.AnyTagClassName
{
color: #C87B2C;
}
</style>
background-color css
<style>
a { background-color: #C87B2C; }
a { background-color: rgb(200,123,44); }
div.DivClassName
{
background-color: #C87B2C;
}
.BgClassName
{
background-color: #C87B2C;
}
</style>
border-color css
<style>
span { border-color: #C87B2C; }
span { border-color: rgb(200,123,44); }
td.TdClassName
{
border-color: #C87B2C;
}
.TagClassName
{
border-color: #C87B2C;
}
</style>