Shades of Bronze #CE7A36
Tints of Bronze #CE7A36
RGB
CMYK
RGB Variations
Color information
#CE7A36 (or 0xCE7A36) is known color: Bronze. HEX triplet: CE, 7A and 36. RGB value is (206,122,54). Sum of RGB (Red+Green+Blue) = 206+122+54=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7A36 is #3185C9. Grayscale: #8B8B8B. Windows color (decimal): -3245514 or 3570382. OLE color: 3570382.
HSL color Cylindrical-coordinate representation of color #CE7A36: hue angle of 26.84º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE7A36 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 54 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.19 |
| HSL | 26.84º | 0.61% | 0.51% | - |
| HSV(B) | 26.84º | 0.74% | 0.81% | - |
| XYZ | 33.08 | 27.31 | 7.02 | - |
| YUV | 139.36 | 79.83 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 54 | 0 | 0.41 | 0.74 | 0.19 | 26.84 | 0.61 | 0.51 |
| Hex | CE | 7A | 36 | 0 | 29 | 4A | 13 | 1B | 3D | 33 |
| Octal | 316 | 172 | 66 | 0 | 51 | 112 | 23 | 33 | 75 | 63 |
| Binary | 11001110 | 1111010 | 110110 | 0 | 101001 | 1001010 | 10011 | 11011 | 111101 | 110011 |
Color Harmonies of #CE7A36
Complementary color
Monochromatic Colors of #CE7A36
Black with #CE7A36
Text Example
Text Example
White with #CE7A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A36; }
p { color: rgb(206,122,54); }
H1.HeaderClassName
{
color: #CE7A36;
}
.AnyTagClassName
{
color: #CE7A36;
}
</style>
background-color css
<style>
a { background-color: #CE7A36; }
a { background-color: rgb(206,122,54); }
div.DivClassName
{
background-color: #CE7A36;
}
.BgClassName
{
background-color: #CE7A36;
}
</style>
border-color css
<style>
span { border-color: #CE7A36; }
span { border-color: rgb(206,122,54); }
td.TdClassName
{
border-color: #CE7A36;
}
.TagClassName
{
border-color: #CE7A36;
}
</style>