Shades of Bronze #CE7C2A
Tints of Bronze #CE7C2A
RGB
CMYK
RGB Variations
Color information
#CE7C2A (or 0xCE7C2A) is known color: Bronze. HEX triplet: CE, 7C and 2A. RGB value is (206,124,42). Sum of RGB (Red+Green+Blue) = 206+124+42=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7C2A is #3183D5. Grayscale: #8B8B8B. Windows color (decimal): -3245014 or 2784462. OLE color: 2784462.
HSL color Cylindrical-coordinate representation of color #CE7C2A: hue angle of 30º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE7C2A is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 42 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.19 |
| HSL | 30º | 0.66% | 0.49% | - |
| HSV(B) | 30º | 0.8% | 0.81% | - |
| XYZ | 33.08 | 27.7 | 5.79 | - |
| YUV | 139.17 | 73.17 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 42 | 0 | 0.40 | 0.80 | 0.19 | 30 | 0.66 | 0.49 |
| Hex | CE | 7C | 2A | 0 | 28 | 50 | 13 | 1E | 42 | 31 |
| Octal | 316 | 174 | 52 | 0 | 50 | 120 | 23 | 36 | 102 | 61 |
| Binary | 11001110 | 1111100 | 101010 | 0 | 101000 | 1010000 | 10011 | 11110 | 1000010 | 110001 |
Color Harmonies of #CE7C2A
Complementary color
Monochromatic Colors of #CE7C2A
Black with #CE7C2A
Text Example
Text Example
White with #CE7C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7C2A; }
p { color: rgb(206,124,42); }
H1.HeaderClassName
{
color: #CE7C2A;
}
.AnyTagClassName
{
color: #CE7C2A;
}
</style>
background-color css
<style>
a { background-color: #CE7C2A; }
a { background-color: rgb(206,124,42); }
div.DivClassName
{
background-color: #CE7C2A;
}
.BgClassName
{
background-color: #CE7C2A;
}
</style>
border-color css
<style>
span { border-color: #CE7C2A; }
span { border-color: rgb(206,124,42); }
td.TdClassName
{
border-color: #CE7C2A;
}
.TagClassName
{
border-color: #CE7C2A;
}
</style>