Shades of Bronze #CE7A39
Tints of Bronze #CE7A39
RGB
CMYK
RGB Variations
Color information
#CE7A39 (or 0xCE7A39) is known color: Bronze. HEX triplet: CE, 7A and 39. RGB value is (206,122,57). Sum of RGB (Red+Green+Blue) = 206+122+57=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7A39 is #3185C6. Grayscale: #8C8C8C. Windows color (decimal): -3245511 or 3766990. OLE color: 3766990.
HSL color Cylindrical-coordinate representation of color #CE7A39: hue angle of 26.17º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE7A39 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 57 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.19 |
| HSL | 26.17º | 0.6% | 0.52% | - |
| HSV(B) | 26.17º | 0.72% | 0.81% | - |
| XYZ | 33.15 | 27.34 | 7.4 | - |
| YUV | 139.71 | 81.33 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 57 | 0 | 0.41 | 0.72 | 0.19 | 26.17 | 0.6 | 0.52 |
| Hex | CE | 7A | 39 | 0 | 29 | 48 | 13 | 1A | 3C | 34 |
| Octal | 316 | 172 | 71 | 0 | 51 | 110 | 23 | 32 | 74 | 64 |
| Binary | 11001110 | 1111010 | 111001 | 0 | 101001 | 1001000 | 10011 | 11010 | 111100 | 110100 |
Color Harmonies of #CE7A39
Complementary color
Monochromatic Colors of #CE7A39
Black with #CE7A39
Text Example
Text Example
White with #CE7A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A39; }
p { color: rgb(206,122,57); }
H1.HeaderClassName
{
color: #CE7A39;
}
.AnyTagClassName
{
color: #CE7A39;
}
</style>
background-color css
<style>
a { background-color: #CE7A39; }
a { background-color: rgb(206,122,57); }
div.DivClassName
{
background-color: #CE7A39;
}
.BgClassName
{
background-color: #CE7A39;
}
</style>
border-color css
<style>
span { border-color: #CE7A39; }
span { border-color: rgb(206,122,57); }
td.TdClassName
{
border-color: #CE7A39;
}
.TagClassName
{
border-color: #CE7A39;
}
</style>