Shades of Bronze #CF802D
Tints of Bronze #CF802D
RGB
CMYK
RGB Variations
Color information
#CF802D (or 0xCF802D) is known color: Bronze. HEX triplet: CF, 80 and 2D. RGB value is (207,128,45). Sum of RGB (Red+Green+Blue) = 207+128+45=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF802D is #307FD2. Grayscale: #8E8E8E. Windows color (decimal): -3178451 or 2982095. OLE color: 2982095.
HSL color Cylindrical-coordinate representation of color #CF802D: hue angle of 30.74º 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 #CF802D is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 45 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.19 |
| HSL | 30.74º | 0.64% | 0.49% | - |
| HSV(B) | 30.74º | 0.78% | 0.81% | - |
| XYZ | 33.92 | 28.89 | 6.27 | - |
| YUV | 142.16 | 73.17 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 45 | 0 | 0.38 | 0.78 | 0.19 | 30.74 | 0.64 | 0.49 |
| Hex | CF | 80 | 2D | 0 | 26 | 4E | 13 | 1F | 40 | 31 |
| Octal | 317 | 200 | 55 | 0 | 46 | 116 | 23 | 37 | 100 | 61 |
| Binary | 11001111 | 10000000 | 101101 | 0 | 100110 | 1001110 | 10011 | 11111 | 1000000 | 110001 |
Color Harmonies of #CF802D
Complementary color
Monochromatic Colors of #CF802D
Black with #CF802D
Text Example
Text Example
White with #CF802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF802D; }
p { color: rgb(207,128,45); }
H1.HeaderClassName
{
color: #CF802D;
}
.AnyTagClassName
{
color: #CF802D;
}
</style>
background-color css
<style>
a { background-color: #CF802D; }
a { background-color: rgb(207,128,45); }
div.DivClassName
{
background-color: #CF802D;
}
.BgClassName
{
background-color: #CF802D;
}
</style>
border-color css
<style>
span { border-color: #CF802D; }
span { border-color: rgb(207,128,45); }
td.TdClassName
{
border-color: #CF802D;
}
.TagClassName
{
border-color: #CF802D;
}
</style>