Shades of Bronze #CE7E2A
Tints of Bronze #CE7E2A
RGB
CMYK
RGB Variations
Color information
#CE7E2A (or 0xCE7E2A) is known color: Bronze. HEX triplet: CE, 7E and 2A. RGB value is (206,126,42). Sum of RGB (Red+Green+Blue) = 206+126+42=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7E2A is #3181D5. Grayscale: #8C8C8C. Windows color (decimal): -3244502 or 2784974. OLE color: 2784974.
HSL color Cylindrical-coordinate representation of color #CE7E2A: hue angle of 30.73º 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 #CE7E2A is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 42 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.19 |
| HSL | 30.73º | 0.66% | 0.49% | - |
| HSV(B) | 30.73º | 0.8% | 0.81% | - |
| XYZ | 33.33 | 28.21 | 5.88 | - |
| YUV | 140.34 | 72.5 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 42 | 0 | 0.39 | 0.80 | 0.19 | 30.73 | 0.66 | 0.49 |
| Hex | CE | 7E | 2A | 0 | 27 | 50 | 13 | 1F | 42 | 31 |
| Octal | 316 | 176 | 52 | 0 | 47 | 120 | 23 | 37 | 102 | 61 |
| Binary | 11001110 | 1111110 | 101010 | 0 | 100111 | 1010000 | 10011 | 11111 | 1000010 | 110001 |
Color Harmonies of #CE7E2A
Complementary color
Monochromatic Colors of #CE7E2A
Black with #CE7E2A
Text Example
Text Example
White with #CE7E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E2A; }
p { color: rgb(206,126,42); }
H1.HeaderClassName
{
color: #CE7E2A;
}
.AnyTagClassName
{
color: #CE7E2A;
}
</style>
background-color css
<style>
a { background-color: #CE7E2A; }
a { background-color: rgb(206,126,42); }
div.DivClassName
{
background-color: #CE7E2A;
}
.BgClassName
{
background-color: #CE7E2A;
}
</style>
border-color css
<style>
span { border-color: #CE7E2A; }
span { border-color: rgb(206,126,42); }
td.TdClassName
{
border-color: #CE7E2A;
}
.TagClassName
{
border-color: #CE7E2A;
}
</style>