Shades of Bronze #CE762D
Tints of Bronze #CE762D
RGB
CMYK
RGB Variations
Color information
#CE762D (or 0xCE762D) is known color: Bronze. HEX triplet: CE, 76 and 2D. RGB value is (206,118,45). Sum of RGB (Red+Green+Blue) = 206+118+45=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE762D is #3189D2. Grayscale: #888888. Windows color (decimal): -3246547 or 2979534. OLE color: 2979534.
HSL color Cylindrical-coordinate representation of color #CE762D: hue angle of 27.2º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE762D is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 45 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.19 |
| HSL | 27.2º | 0.64% | 0.49% | - |
| HSV(B) | 27.2º | 0.78% | 0.81% | - |
| XYZ | 32.41 | 26.27 | 5.84 | - |
| YUV | 135.99 | 76.65 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 45 | 0 | 0.43 | 0.78 | 0.19 | 27.2 | 0.64 | 0.49 |
| Hex | CE | 76 | 2D | 0 | 2B | 4E | 13 | 1B | 40 | 31 |
| Octal | 316 | 166 | 55 | 0 | 53 | 116 | 23 | 33 | 100 | 61 |
| Binary | 11001110 | 1110110 | 101101 | 0 | 101011 | 1001110 | 10011 | 11011 | 1000000 | 110001 |
Color Harmonies of #CE762D
Complementary color
Monochromatic Colors of #CE762D
Black with #CE762D
Text Example
Text Example
White with #CE762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE762D; }
p { color: rgb(206,118,45); }
H1.HeaderClassName
{
color: #CE762D;
}
.AnyTagClassName
{
color: #CE762D;
}
</style>
background-color css
<style>
a { background-color: #CE762D; }
a { background-color: rgb(206,118,45); }
div.DivClassName
{
background-color: #CE762D;
}
.BgClassName
{
background-color: #CE762D;
}
</style>
border-color css
<style>
span { border-color: #CE762D; }
span { border-color: rgb(206,118,45); }
td.TdClassName
{
border-color: #CE762D;
}
.TagClassName
{
border-color: #CE762D;
}
</style>