Shades of Bronze #CE7930
Tints of Bronze #CE7930
RGB
CMYK
RGB Variations
Color information
#CE7930 (or 0xCE7930) is known color: Bronze. HEX triplet: CE, 79 and 30. RGB value is (206,121,48). Sum of RGB (Red+Green+Blue) = 206+121+48=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7930 is #3186CF. Grayscale: #8A8A8A. Windows color (decimal): -3245776 or 3176910. OLE color: 3176910.
HSL color Cylindrical-coordinate representation of color #CE7930: hue angle of 27.72º 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 #CE7930 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 48 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.19 |
| HSL | 27.72º | 0.62% | 0.5% | - |
| HSV(B) | 27.72º | 0.77% | 0.81% | - |
| XYZ | 32.82 | 27.01 | 6.28 | - |
| YUV | 138.09 | 77.16 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 48 | 0 | 0.41 | 0.77 | 0.19 | 27.72 | 0.62 | 0.5 |
| Hex | CE | 79 | 30 | 0 | 29 | 4D | 13 | 1C | 3E | 32 |
| Octal | 316 | 171 | 60 | 0 | 51 | 115 | 23 | 34 | 76 | 62 |
| Binary | 11001110 | 1111001 | 110000 | 0 | 101001 | 1001101 | 10011 | 11100 | 111110 | 110010 |
Color Harmonies of #CE7930
Complementary color
Monochromatic Colors of #CE7930
Black with #CE7930
Text Example
Text Example
White with #CE7930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7930; }
p { color: rgb(206,121,48); }
H1.HeaderClassName
{
color: #CE7930;
}
.AnyTagClassName
{
color: #CE7930;
}
</style>
background-color css
<style>
a { background-color: #CE7930; }
a { background-color: rgb(206,121,48); }
div.DivClassName
{
background-color: #CE7930;
}
.BgClassName
{
background-color: #CE7930;
}
</style>
border-color css
<style>
span { border-color: #CE7930; }
span { border-color: rgb(206,121,48); }
td.TdClassName
{
border-color: #CE7930;
}
.TagClassName
{
border-color: #CE7930;
}
</style>