Shades of Bronze #CD7E2C
Tints of Bronze #CD7E2C
RGB
CMYK
RGB Variations
Color information
#CD7E2C (or 0xCD7E2C) is known color: Bronze. HEX triplet: CD, 7E and 2C. RGB value is (205,126,44). Sum of RGB (Red+Green+Blue) = 205+126+44=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7E2C is #3281D3. Grayscale: #8C8C8C. Windows color (decimal): -3310036 or 2916045. OLE color: 2916045.
HSL color Cylindrical-coordinate representation of color #CD7E2C: hue angle of 30.56º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD7E2C is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 126 | 44 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.20 |
| HSL | 30.56º | 0.65% | 0.49% | - |
| HSV(B) | 30.56º | 0.79% | 0.8% | - |
| XYZ | 33.09 | 28.08 | 6.06 | - |
| YUV | 140.27 | 73.67 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 126 | 44 | 0 | 0.39 | 0.79 | 0.20 | 30.56 | 0.65 | 0.49 |
| Hex | CD | 7E | 2C | 0 | 27 | 4F | 14 | 1F | 41 | 31 |
| Octal | 315 | 176 | 54 | 0 | 47 | 117 | 24 | 37 | 101 | 61 |
| Binary | 11001101 | 1111110 | 101100 | 0 | 100111 | 1001111 | 10100 | 11111 | 1000001 | 110001 |
Color Harmonies of #CD7E2C
Complementary color
Monochromatic Colors of #CD7E2C
Black with #CD7E2C
Text Example
Text Example
White with #CD7E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7E2C; }
p { color: rgb(205,126,44); }
H1.HeaderClassName
{
color: #CD7E2C;
}
.AnyTagClassName
{
color: #CD7E2C;
}
</style>
background-color css
<style>
a { background-color: #CD7E2C; }
a { background-color: rgb(205,126,44); }
div.DivClassName
{
background-color: #CD7E2C;
}
.BgClassName
{
background-color: #CD7E2C;
}
</style>
border-color css
<style>
span { border-color: #CD7E2C; }
span { border-color: rgb(205,126,44); }
td.TdClassName
{
border-color: #CD7E2C;
}
.TagClassName
{
border-color: #CD7E2C;
}
</style>