Shades of Bronze #CE7D29
Tints of Bronze #CE7D29
RGB
CMYK
RGB Variations
Color information
#CE7D29 (or 0xCE7D29) is known color: Bronze. HEX triplet: CE, 7D and 29. RGB value is (206,125,41). Sum of RGB (Red+Green+Blue) = 206+125+41=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D29 is #3182D6. Grayscale: #8C8C8C. Windows color (decimal): -3244759 or 2719182. OLE color: 2719182.
HSL color Cylindrical-coordinate representation of color #CE7D29: hue angle of 30.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE7D29 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 41 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.19 |
| HSL | 30.55º | 0.67% | 0.48% | - |
| HSV(B) | 30.55º | 0.8% | 0.81% | - |
| XYZ | 33.19 | 27.95 | 5.74 | - |
| YUV | 139.64 | 72.34 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 41 | 0 | 0.39 | 0.80 | 0.19 | 30.55 | 0.67 | 0.48 |
| Hex | CE | 7D | 29 | 0 | 27 | 50 | 13 | 1F | 43 | 30 |
| Octal | 316 | 175 | 51 | 0 | 47 | 120 | 23 | 37 | 103 | 60 |
| Binary | 11001110 | 1111101 | 101001 | 0 | 100111 | 1010000 | 10011 | 11111 | 1000011 | 110000 |
Color Harmonies of #CE7D29
Complementary color
Monochromatic Colors of #CE7D29
Black with #CE7D29
Text Example
Text Example
White with #CE7D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D29; }
p { color: rgb(206,125,41); }
H1.HeaderClassName
{
color: #CE7D29;
}
.AnyTagClassName
{
color: #CE7D29;
}
</style>
background-color css
<style>
a { background-color: #CE7D29; }
a { background-color: rgb(206,125,41); }
div.DivClassName
{
background-color: #CE7D29;
}
.BgClassName
{
background-color: #CE7D29;
}
</style>
border-color css
<style>
span { border-color: #CE7D29; }
span { border-color: rgb(206,125,41); }
td.TdClassName
{
border-color: #CE7D29;
}
.TagClassName
{
border-color: #CE7D29;
}
</style>