Shades of Bronze #CE7730
Tints of Bronze #CE7730
RGB
CMYK
RGB Variations
Color information
#CE7730 (or 0xCE7730) is known color: Bronze. HEX triplet: CE, 77 and 30. RGB value is (206,119,48). Sum of RGB (Red+Green+Blue) = 206+119+48=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7730 is #3188CF. Grayscale: #898989. Windows color (decimal): -3246288 or 3176398. OLE color: 3176398.
HSL color Cylindrical-coordinate representation of color #CE7730: hue angle of 26.96º 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 #CE7730 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 48 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.19 |
| HSL | 26.96º | 0.62% | 0.5% | - |
| HSV(B) | 26.96º | 0.77% | 0.81% | - |
| XYZ | 32.58 | 26.53 | 6.2 | - |
| YUV | 136.92 | 77.82 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 48 | 0 | 0.42 | 0.77 | 0.19 | 26.96 | 0.62 | 0.5 |
| Hex | CE | 77 | 30 | 0 | 2A | 4D | 13 | 1B | 3E | 32 |
| Octal | 316 | 167 | 60 | 0 | 52 | 115 | 23 | 33 | 76 | 62 |
| Binary | 11001110 | 1110111 | 110000 | 0 | 101010 | 1001101 | 10011 | 11011 | 111110 | 110010 |
Color Harmonies of #CE7730
Complementary color
Monochromatic Colors of #CE7730
Black with #CE7730
Text Example
Text Example
White with #CE7730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7730; }
p { color: rgb(206,119,48); }
H1.HeaderClassName
{
color: #CE7730;
}
.AnyTagClassName
{
color: #CE7730;
}
</style>
background-color css
<style>
a { background-color: #CE7730; }
a { background-color: rgb(206,119,48); }
div.DivClassName
{
background-color: #CE7730;
}
.BgClassName
{
background-color: #CE7730;
}
</style>
border-color css
<style>
span { border-color: #CE7730; }
span { border-color: rgb(206,119,48); }
td.TdClassName
{
border-color: #CE7730;
}
.TagClassName
{
border-color: #CE7730;
}
</style>