Shades of Bronze #CE7935
Tints of Bronze #CE7935
RGB
CMYK
RGB Variations
Color information
#CE7935 (or 0xCE7935) is known color: Bronze. HEX triplet: CE, 79 and 35. RGB value is (206,121,53). Sum of RGB (Red+Green+Blue) = 206+121+53=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7935 is #3186CA. Grayscale: #8B8B8B. Windows color (decimal): -3245771 or 3504590. OLE color: 3504590.
HSL color Cylindrical-coordinate representation of color #CE7935: hue angle of 26.67º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE7935 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 53 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.19 |
| HSL | 26.67º | 0.61% | 0.51% | - |
| HSV(B) | 26.67º | 0.74% | 0.81% | - |
| XYZ | 32.93 | 27.05 | 6.85 | - |
| YUV | 138.66 | 79.66 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 53 | 0 | 0.41 | 0.74 | 0.19 | 26.67 | 0.61 | 0.51 |
| Hex | CE | 79 | 35 | 0 | 29 | 4A | 13 | 1B | 3D | 33 |
| Octal | 316 | 171 | 65 | 0 | 51 | 112 | 23 | 33 | 75 | 63 |
| Binary | 11001110 | 1111001 | 110101 | 0 | 101001 | 1001010 | 10011 | 11011 | 111101 | 110011 |
Color Harmonies of #CE7935
Complementary color
Monochromatic Colors of #CE7935
Black with #CE7935
Text Example
Text Example
White with #CE7935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7935; }
p { color: rgb(206,121,53); }
H1.HeaderClassName
{
color: #CE7935;
}
.AnyTagClassName
{
color: #CE7935;
}
</style>
background-color css
<style>
a { background-color: #CE7935; }
a { background-color: rgb(206,121,53); }
div.DivClassName
{
background-color: #CE7935;
}
.BgClassName
{
background-color: #CE7935;
}
</style>
border-color css
<style>
span { border-color: #CE7935; }
span { border-color: rgb(206,121,53); }
td.TdClassName
{
border-color: #CE7935;
}
.TagClassName
{
border-color: #CE7935;
}
</style>