Shades of Bronze #CF802C
Tints of Bronze #CF802C
RGB
CMYK
RGB Variations
Color information
#CF802C (or 0xCF802C) is known color: Bronze. HEX triplet: CF, 80 and 2C. RGB value is (207,128,44). Sum of RGB (Red+Green+Blue) = 207+128+44=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF802C is #307FD3. Grayscale: #8E8E8E. Windows color (decimal): -3178452 or 2916559. OLE color: 2916559.
HSL color Cylindrical-coordinate representation of color #CF802C: hue angle of 30.92º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF802C is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 44 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.19 |
| HSL | 30.92º | 0.65% | 0.49% | - |
| HSV(B) | 30.92º | 0.79% | 0.81% | - |
| XYZ | 33.91 | 28.89 | 6.17 | - |
| YUV | 142.05 | 72.67 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 44 | 0 | 0.38 | 0.79 | 0.19 | 30.92 | 0.65 | 0.49 |
| Hex | CF | 80 | 2C | 0 | 26 | 4F | 13 | 1F | 41 | 31 |
| Octal | 317 | 200 | 54 | 0 | 46 | 117 | 23 | 37 | 101 | 61 |
| Binary | 11001111 | 10000000 | 101100 | 0 | 100110 | 1001111 | 10011 | 11111 | 1000001 | 110001 |
Color Harmonies of #CF802C
Complementary color
Monochromatic Colors of #CF802C
Black with #CF802C
Text Example
Text Example
White with #CF802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF802C; }
p { color: rgb(207,128,44); }
H1.HeaderClassName
{
color: #CF802C;
}
.AnyTagClassName
{
color: #CF802C;
}
</style>
background-color css
<style>
a { background-color: #CF802C; }
a { background-color: rgb(207,128,44); }
div.DivClassName
{
background-color: #CF802C;
}
.BgClassName
{
background-color: #CF802C;
}
</style>
border-color css
<style>
span { border-color: #CF802C; }
span { border-color: rgb(207,128,44); }
td.TdClassName
{
border-color: #CF802C;
}
.TagClassName
{
border-color: #CF802C;
}
</style>