Shades of Bronze #CE7D31
Tints of Bronze #CE7D31
RGB
CMYK
RGB Variations
Color information
#CE7D31 (or 0xCE7D31) is known color: Bronze. HEX triplet: CE, 7D and 31. RGB value is (206,125,49). Sum of RGB (Red+Green+Blue) = 206+125+49=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 49 (19.53% from 255 or 12.89% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D31 is #3182CE. Grayscale: #8C8C8C. Windows color (decimal): -3244751 or 3243470. OLE color: 3243470.
HSL color Cylindrical-coordinate representation of color #CE7D31: hue angle of 29.04º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE7D31 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 49 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.19 |
| HSL | 29.04º | 0.62% | 0.5% | - |
| HSV(B) | 29.04º | 0.76% | 0.81% | - |
| XYZ | 33.34 | 28.01 | 6.56 | - |
| YUV | 140.56 | 76.34 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 49 | 0 | 0.39 | 0.76 | 0.19 | 29.04 | 0.62 | 0.5 |
| Hex | CE | 7D | 31 | 0 | 27 | 4C | 13 | 1D | 3E | 32 |
| Octal | 316 | 175 | 61 | 0 | 47 | 114 | 23 | 35 | 76 | 62 |
| Binary | 11001110 | 1111101 | 110001 | 0 | 100111 | 1001100 | 10011 | 11101 | 111110 | 110010 |
Color Harmonies of #CE7D31
Complementary color
Monochromatic Colors of #CE7D31
Black with #CE7D31
Text Example
Text Example
White with #CE7D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D31; }
p { color: rgb(206,125,49); }
H1.HeaderClassName
{
color: #CE7D31;
}
.AnyTagClassName
{
color: #CE7D31;
}
</style>
background-color css
<style>
a { background-color: #CE7D31; }
a { background-color: rgb(206,125,49); }
div.DivClassName
{
background-color: #CE7D31;
}
.BgClassName
{
background-color: #CE7D31;
}
</style>
border-color css
<style>
span { border-color: #CE7D31; }
span { border-color: rgb(206,125,49); }
td.TdClassName
{
border-color: #CE7D31;
}
.TagClassName
{
border-color: #CE7D31;
}
</style>