Shades of Bronze #CE7A32
Tints of Bronze #CE7A32
RGB
CMYK
RGB Variations
Color information
#CE7A32 (or 0xCE7A32) is known color: Bronze. HEX triplet: CE, 7A and 32. RGB value is (206,122,50). Sum of RGB (Red+Green+Blue) = 206+122+50=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7A32 is #3185CD. Grayscale: #8B8B8B. Windows color (decimal): -3245518 or 3308238. OLE color: 3308238.
HSL color Cylindrical-coordinate representation of color #CE7A32: hue angle of 27.69º 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 #CE7A32 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 50 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.19 |
| HSL | 27.69º | 0.61% | 0.5% | - |
| HSV(B) | 27.69º | 0.76% | 0.81% | - |
| XYZ | 32.99 | 27.27 | 6.54 | - |
| YUV | 138.91 | 77.83 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 50 | 0 | 0.41 | 0.76 | 0.19 | 27.69 | 0.61 | 0.5 |
| Hex | CE | 7A | 32 | 0 | 29 | 4C | 13 | 1C | 3D | 32 |
| Octal | 316 | 172 | 62 | 0 | 51 | 114 | 23 | 34 | 75 | 62 |
| Binary | 11001110 | 1111010 | 110010 | 0 | 101001 | 1001100 | 10011 | 11100 | 111101 | 110010 |
Color Harmonies of #CE7A32
Complementary color
Monochromatic Colors of #CE7A32
Black with #CE7A32
Text Example
Text Example
White with #CE7A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A32; }
p { color: rgb(206,122,50); }
H1.HeaderClassName
{
color: #CE7A32;
}
.AnyTagClassName
{
color: #CE7A32;
}
</style>
background-color css
<style>
a { background-color: #CE7A32; }
a { background-color: rgb(206,122,50); }
div.DivClassName
{
background-color: #CE7A32;
}
.BgClassName
{
background-color: #CE7A32;
}
</style>
border-color css
<style>
span { border-color: #CE7A32; }
span { border-color: rgb(206,122,50); }
td.TdClassName
{
border-color: #CE7A32;
}
.TagClassName
{
border-color: #CE7A32;
}
</style>