Shades of Bronze #CE7A35
Tints of Bronze #CE7A35
RGB
CMYK
RGB Variations
Color information
#CE7A35 (or 0xCE7A35) is known color: Bronze. HEX triplet: CE, 7A and 35. RGB value is (206,122,53). Sum of RGB (Red+Green+Blue) = 206+122+53=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7A35 is #3185CA. Grayscale: #8B8B8B. Windows color (decimal): -3245515 or 3504846. OLE color: 3504846.
HSL color Cylindrical-coordinate representation of color #CE7A35: hue angle of 27.06º 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 #CE7A35 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 53 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.19 |
| HSL | 27.06º | 0.61% | 0.51% | - |
| HSV(B) | 27.06º | 0.74% | 0.81% | - |
| XYZ | 33.06 | 27.3 | 6.89 | - |
| YUV | 139.25 | 79.33 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 53 | 0 | 0.41 | 0.74 | 0.19 | 27.06 | 0.61 | 0.51 |
| Hex | CE | 7A | 35 | 0 | 29 | 4A | 13 | 1B | 3D | 33 |
| Octal | 316 | 172 | 65 | 0 | 51 | 112 | 23 | 33 | 75 | 63 |
| Binary | 11001110 | 1111010 | 110101 | 0 | 101001 | 1001010 | 10011 | 11011 | 111101 | 110011 |
Color Harmonies of #CE7A35
Complementary color
Monochromatic Colors of #CE7A35
Black with #CE7A35
Text Example
Text Example
White with #CE7A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A35; }
p { color: rgb(206,122,53); }
H1.HeaderClassName
{
color: #CE7A35;
}
.AnyTagClassName
{
color: #CE7A35;
}
</style>
background-color css
<style>
a { background-color: #CE7A35; }
a { background-color: rgb(206,122,53); }
div.DivClassName
{
background-color: #CE7A35;
}
.BgClassName
{
background-color: #CE7A35;
}
</style>
border-color css
<style>
span { border-color: #CE7A35; }
span { border-color: rgb(206,122,53); }
td.TdClassName
{
border-color: #CE7A35;
}
.TagClassName
{
border-color: #CE7A35;
}
</style>