Shades of Bronze #CE7A30
Tints of Bronze #CE7A30
RGB
CMYK
RGB Variations
Color information
#CE7A30 (or 0xCE7A30) is known color: Bronze. HEX triplet: CE, 7A and 30. RGB value is (206,122,48). Sum of RGB (Red+Green+Blue) = 206+122+48=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7A30 is #3185CF. Grayscale: #8B8B8B. Windows color (decimal): -3245520 or 3177166. OLE color: 3177166.
HSL color Cylindrical-coordinate representation of color #CE7A30: hue angle of 28.1º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE7A30 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 48 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.19 |
| HSL | 28.1º | 0.62% | 0.5% | - |
| HSV(B) | 28.1º | 0.77% | 0.81% | - |
| XYZ | 32.95 | 27.25 | 6.32 | - |
| YUV | 138.68 | 76.83 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 48 | 0 | 0.41 | 0.77 | 0.19 | 28.1 | 0.62 | 0.5 |
| Hex | CE | 7A | 30 | 0 | 29 | 4D | 13 | 1C | 3E | 32 |
| Octal | 316 | 172 | 60 | 0 | 51 | 115 | 23 | 34 | 76 | 62 |
| Binary | 11001110 | 1111010 | 110000 | 0 | 101001 | 1001101 | 10011 | 11100 | 111110 | 110010 |
Color Harmonies of #CE7A30
Complementary color
Monochromatic Colors of #CE7A30
Black with #CE7A30
Text Example
Text Example
White with #CE7A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A30; }
p { color: rgb(206,122,48); }
H1.HeaderClassName
{
color: #CE7A30;
}
.AnyTagClassName
{
color: #CE7A30;
}
</style>
background-color css
<style>
a { background-color: #CE7A30; }
a { background-color: rgb(206,122,48); }
div.DivClassName
{
background-color: #CE7A30;
}
.BgClassName
{
background-color: #CE7A30;
}
</style>
border-color css
<style>
span { border-color: #CE7A30; }
span { border-color: rgb(206,122,48); }
td.TdClassName
{
border-color: #CE7A30;
}
.TagClassName
{
border-color: #CE7A30;
}
</style>