Shades of Bronze #CE7F32
Tints of Bronze #CE7F32
RGB
CMYK
RGB Variations
Color information
#CE7F32 (or 0xCE7F32) is known color: Bronze. HEX triplet: CE, 7F and 32. RGB value is (206,127,50). Sum of RGB (Red+Green+Blue) = 206+127+50=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7F32 is #3180CD. Grayscale: #8E8E8E. Windows color (decimal): -3244238 or 3309518. OLE color: 3309518.
HSL color Cylindrical-coordinate representation of color #CE7F32: hue angle of 29.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE7F32 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 127 | 50 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.19 |
| HSL | 29.62º | 0.61% | 0.5% | - |
| HSV(B) | 29.62º | 0.76% | 0.81% | - |
| XYZ | 33.62 | 28.53 | 6.75 | - |
| YUV | 141.84 | 76.17 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 50 | 0 | 0.38 | 0.76 | 0.19 | 29.62 | 0.61 | 0.5 |
| Hex | CE | 7F | 32 | 0 | 26 | 4C | 13 | 1E | 3D | 32 |
| Octal | 316 | 177 | 62 | 0 | 46 | 114 | 23 | 36 | 75 | 62 |
| Binary | 11001110 | 1111111 | 110010 | 0 | 100110 | 1001100 | 10011 | 11110 | 111101 | 110010 |
Color Harmonies of #CE7F32
Complementary color
Monochromatic Colors of #CE7F32
Black with #CE7F32
Text Example
Text Example
White with #CE7F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7F32; }
p { color: rgb(206,127,50); }
H1.HeaderClassName
{
color: #CE7F32;
}
.AnyTagClassName
{
color: #CE7F32;
}
</style>
background-color css
<style>
a { background-color: #CE7F32; }
a { background-color: rgb(206,127,50); }
div.DivClassName
{
background-color: #CE7F32;
}
.BgClassName
{
background-color: #CE7F32;
}
</style>
border-color css
<style>
span { border-color: #CE7F32; }
span { border-color: rgb(206,127,50); }
td.TdClassName
{
border-color: #CE7F32;
}
.TagClassName
{
border-color: #CE7F32;
}
</style>