Shades of Bronze #CD802D
Tints of Bronze #CD802D
RGB
CMYK
RGB Variations
Color information
#CD802D (or 0xCD802D) is known color: Bronze. HEX triplet: CD, 80 and 2D. RGB value is (205,128,45). Sum of RGB (Red+Green+Blue) = 205+128+45=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD802D is #327FD2. Grayscale: #8D8D8D. Windows color (decimal): -3309523 or 2982093. OLE color: 2982093.
HSL color Cylindrical-coordinate representation of color #CD802D: hue angle of 31.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD802D is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 128 | 45 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.20 |
| HSL | 31.13º | 0.64% | 0.49% | - |
| HSV(B) | 31.13º | 0.78% | 0.8% | - |
| XYZ | 33.37 | 28.61 | 6.25 | - |
| YUV | 141.56 | 73.51 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 128 | 45 | 0 | 0.38 | 0.78 | 0.20 | 31.13 | 0.64 | 0.49 |
| Hex | CD | 80 | 2D | 0 | 26 | 4E | 14 | 1F | 40 | 31 |
| Octal | 315 | 200 | 55 | 0 | 46 | 116 | 24 | 37 | 100 | 61 |
| Binary | 11001101 | 10000000 | 101101 | 0 | 100110 | 1001110 | 10100 | 11111 | 1000000 | 110001 |
Color Harmonies of #CD802D
Complementary color
Monochromatic Colors of #CD802D
Black with #CD802D
Text Example
Text Example
White with #CD802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD802D; }
p { color: rgb(205,128,45); }
H1.HeaderClassName
{
color: #CD802D;
}
.AnyTagClassName
{
color: #CD802D;
}
</style>
background-color css
<style>
a { background-color: #CD802D; }
a { background-color: rgb(205,128,45); }
div.DivClassName
{
background-color: #CD802D;
}
.BgClassName
{
background-color: #CD802D;
}
</style>
border-color css
<style>
span { border-color: #CD802D; }
span { border-color: rgb(205,128,45); }
td.TdClassName
{
border-color: #CD802D;
}
.TagClassName
{
border-color: #CD802D;
}
</style>