Shades of Bronze #CE792C
Tints of Bronze #CE792C
RGB
CMYK
RGB Variations
Color information
#CE792C (or 0xCE792C) is known color: Bronze. HEX triplet: CE, 79 and 2C. RGB value is (206,121,44). Sum of RGB (Red+Green+Blue) = 206+121+44=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE792C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE792C is #3186D3. Grayscale: #8A8A8A. Windows color (decimal): -3245780 or 2914766. OLE color: 2914766.
HSL color Cylindrical-coordinate representation of color #CE792C: hue angle of 28.52º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE792C is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 44 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.19 |
| HSL | 28.52º | 0.65% | 0.49% | - |
| HSV(B) | 28.52º | 0.79% | 0.81% | - |
| XYZ | 32.75 | 26.98 | 5.86 | - |
| YUV | 137.64 | 75.16 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 44 | 0 | 0.41 | 0.79 | 0.19 | 28.52 | 0.65 | 0.49 |
| Hex | CE | 79 | 2C | 0 | 29 | 4F | 13 | 1D | 41 | 31 |
| Octal | 316 | 171 | 54 | 0 | 51 | 117 | 23 | 35 | 101 | 61 |
| Binary | 11001110 | 1111001 | 101100 | 0 | 101001 | 1001111 | 10011 | 11101 | 1000001 | 110001 |
Color Harmonies of #CE792C
Complementary color
Monochromatic Colors of #CE792C
Black with #CE792C
Text Example
Text Example
White with #CE792C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE792C; }
p { color: rgb(206,121,44); }
H1.HeaderClassName
{
color: #CE792C;
}
.AnyTagClassName
{
color: #CE792C;
}
</style>
background-color css
<style>
a { background-color: #CE792C; }
a { background-color: rgb(206,121,44); }
div.DivClassName
{
background-color: #CE792C;
}
.BgClassName
{
background-color: #CE792C;
}
</style>
border-color css
<style>
span { border-color: #CE792C; }
span { border-color: rgb(206,121,44); }
td.TdClassName
{
border-color: #CE792C;
}
.TagClassName
{
border-color: #CE792C;
}
</style>