Shades of Bronze #CE7B36
Tints of Bronze #CE7B36
RGB
CMYK
RGB Variations
Color information
#CE7B36 (or 0xCE7B36) is known color: Bronze. HEX triplet: CE, 7B and 36. RGB value is (206,123,54). Sum of RGB (Red+Green+Blue) = 206+123+54=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7B36 is #3184C9. Grayscale: #8C8C8C. Windows color (decimal): -3245258 or 3570638. OLE color: 3570638.
HSL color Cylindrical-coordinate representation of color #CE7B36: hue angle of 27.24º 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 #CE7B36 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 54 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.19 |
| HSL | 27.24º | 0.61% | 0.51% | - |
| HSV(B) | 27.24º | 0.74% | 0.81% | - |
| XYZ | 33.2 | 27.55 | 7.06 | - |
| YUV | 139.95 | 79.5 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 54 | 0 | 0.40 | 0.74 | 0.19 | 27.24 | 0.61 | 0.51 |
| Hex | CE | 7B | 36 | 0 | 28 | 4A | 13 | 1B | 3D | 33 |
| Octal | 316 | 173 | 66 | 0 | 50 | 112 | 23 | 33 | 75 | 63 |
| Binary | 11001110 | 1111011 | 110110 | 0 | 101000 | 1001010 | 10011 | 11011 | 111101 | 110011 |
Color Harmonies of #CE7B36
Complementary color
Monochromatic Colors of #CE7B36
Black with #CE7B36
Text Example
Text Example
White with #CE7B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7B36; }
p { color: rgb(206,123,54); }
H1.HeaderClassName
{
color: #CE7B36;
}
.AnyTagClassName
{
color: #CE7B36;
}
</style>
background-color css
<style>
a { background-color: #CE7B36; }
a { background-color: rgb(206,123,54); }
div.DivClassName
{
background-color: #CE7B36;
}
.BgClassName
{
background-color: #CE7B36;
}
</style>
border-color css
<style>
span { border-color: #CE7B36; }
span { border-color: rgb(206,123,54); }
td.TdClassName
{
border-color: #CE7B36;
}
.TagClassName
{
border-color: #CE7B36;
}
</style>