Shades of Bronze #CE7B35
Tints of Bronze #CE7B35
RGB
CMYK
RGB Variations
Color information
#CE7B35 (or 0xCE7B35) is known color: Bronze. HEX triplet: CE, 7B and 35. RGB value is (206,123,53). Sum of RGB (Red+Green+Blue) = 206+123+53=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7B35 is #3184CA. Grayscale: #8C8C8C. Windows color (decimal): -3245259 or 3505102. OLE color: 3505102.
HSL color Cylindrical-coordinate representation of color #CE7B35: hue angle of 27.45º 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 #CE7B35 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 53 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.19 |
| HSL | 27.45º | 0.61% | 0.51% | - |
| HSV(B) | 27.45º | 0.74% | 0.81% | - |
| XYZ | 33.18 | 27.54 | 6.94 | - |
| YUV | 139.84 | 79 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 53 | 0 | 0.40 | 0.74 | 0.19 | 27.45 | 0.61 | 0.51 |
| Hex | CE | 7B | 35 | 0 | 28 | 4A | 13 | 1B | 3D | 33 |
| Octal | 316 | 173 | 65 | 0 | 50 | 112 | 23 | 33 | 75 | 63 |
| Binary | 11001110 | 1111011 | 110101 | 0 | 101000 | 1001010 | 10011 | 11011 | 111101 | 110011 |
Color Harmonies of #CE7B35
Complementary color
Monochromatic Colors of #CE7B35
Black with #CE7B35
Text Example
Text Example
White with #CE7B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7B35; }
p { color: rgb(206,123,53); }
H1.HeaderClassName
{
color: #CE7B35;
}
.AnyTagClassName
{
color: #CE7B35;
}
</style>
background-color css
<style>
a { background-color: #CE7B35; }
a { background-color: rgb(206,123,53); }
div.DivClassName
{
background-color: #CE7B35;
}
.BgClassName
{
background-color: #CE7B35;
}
</style>
border-color css
<style>
span { border-color: #CE7B35; }
span { border-color: rgb(206,123,53); }
td.TdClassName
{
border-color: #CE7B35;
}
.TagClassName
{
border-color: #CE7B35;
}
</style>