Shades of Bronze #CE7B2A
Tints of Bronze #CE7B2A
RGB
CMYK
RGB Variations
Color information
#CE7B2A (or 0xCE7B2A) is known color: Bronze. HEX triplet: CE, 7B and 2A. RGB value is (206,123,42). Sum of RGB (Red+Green+Blue) = 206+123+42=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7B2A is #3184D5. Grayscale: #8A8A8A. Windows color (decimal): -3245270 or 2784206. OLE color: 2784206.
HSL color Cylindrical-coordinate representation of color #CE7B2A: hue angle of 29.63º 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 #CE7B2A is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 42 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.19 |
| HSL | 29.63º | 0.66% | 0.49% | - |
| HSV(B) | 29.63º | 0.8% | 0.81% | - |
| XYZ | 32.95 | 27.45 | 5.75 | - |
| YUV | 138.58 | 73.5 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 42 | 0 | 0.40 | 0.80 | 0.19 | 29.63 | 0.66 | 0.49 |
| Hex | CE | 7B | 2A | 0 | 28 | 50 | 13 | 1E | 42 | 31 |
| Octal | 316 | 173 | 52 | 0 | 50 | 120 | 23 | 36 | 102 | 61 |
| Binary | 11001110 | 1111011 | 101010 | 0 | 101000 | 1010000 | 10011 | 11110 | 1000010 | 110001 |
Color Harmonies of #CE7B2A
Complementary color
Monochromatic Colors of #CE7B2A
Black with #CE7B2A
Text Example
Text Example
White with #CE7B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7B2A; }
p { color: rgb(206,123,42); }
H1.HeaderClassName
{
color: #CE7B2A;
}
.AnyTagClassName
{
color: #CE7B2A;
}
</style>
background-color css
<style>
a { background-color: #CE7B2A; }
a { background-color: rgb(206,123,42); }
div.DivClassName
{
background-color: #CE7B2A;
}
.BgClassName
{
background-color: #CE7B2A;
}
</style>
border-color css
<style>
span { border-color: #CE7B2A; }
span { border-color: rgb(206,123,42); }
td.TdClassName
{
border-color: #CE7B2A;
}
.TagClassName
{
border-color: #CE7B2A;
}
</style>