Shades of Bronze #CE7938
Tints of Bronze #CE7938
RGB
CMYK
RGB Variations
Color information
#CE7938 (or 0xCE7938) is known color: Bronze. HEX triplet: CE, 79 and 38. RGB value is (206,121,56). Sum of RGB (Red+Green+Blue) = 206+121+56=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7938 is #3186C7. Grayscale: #8B8B8B. Windows color (decimal): -3245768 or 3701198. OLE color: 3701198.
HSL color Cylindrical-coordinate representation of color #CE7938: hue angle of 26º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE7938 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 56 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.19 |
| HSL | 26º | 0.6% | 0.51% | - |
| HSV(B) | 26º | 0.73% | 0.81% | - |
| XYZ | 33 | 27.08 | 7.23 | - |
| YUV | 139.01 | 81.16 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 56 | 0 | 0.41 | 0.73 | 0.19 | 26 | 0.6 | 0.51 |
| Hex | CE | 79 | 38 | 0 | 29 | 49 | 13 | 1A | 3C | 33 |
| Octal | 316 | 171 | 70 | 0 | 51 | 111 | 23 | 32 | 74 | 63 |
| Binary | 11001110 | 1111001 | 111000 | 0 | 101001 | 1001001 | 10011 | 11010 | 111100 | 110011 |
Color Harmonies of #CE7938
Complementary color
Monochromatic Colors of #CE7938
Black with #CE7938
Text Example
Text Example
White with #CE7938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7938; }
p { color: rgb(206,121,56); }
H1.HeaderClassName
{
color: #CE7938;
}
.AnyTagClassName
{
color: #CE7938;
}
</style>
background-color css
<style>
a { background-color: #CE7938; }
a { background-color: rgb(206,121,56); }
div.DivClassName
{
background-color: #CE7938;
}
.BgClassName
{
background-color: #CE7938;
}
</style>
border-color css
<style>
span { border-color: #CE7938; }
span { border-color: rgb(206,121,56); }
td.TdClassName
{
border-color: #CE7938;
}
.TagClassName
{
border-color: #CE7938;
}
</style>