Shades of Bronze #CF802B
Tints of Bronze #CF802B
RGB
CMYK
RGB Variations
Color information
#CF802B (or 0xCF802B) is known color: Bronze. HEX triplet: CF, 80 and 2B. RGB value is (207,128,43). Sum of RGB (Red+Green+Blue) = 207+128+43=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF802B is #307FD4. Grayscale: #8E8E8E. Windows color (decimal): -3178453 or 2851023. OLE color: 2851023.
HSL color Cylindrical-coordinate representation of color #CF802B: hue angle of 31.1º degrees, saturation: 0.66, 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 #CF802B is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 43 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.19 |
| HSL | 31.1º | 0.66% | 0.49% | - |
| HSV(B) | 31.1º | 0.79% | 0.81% | - |
| XYZ | 33.89 | 28.88 | 6.07 | - |
| YUV | 141.93 | 72.17 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 43 | 0 | 0.38 | 0.79 | 0.19 | 31.1 | 0.66 | 0.49 |
| Hex | CF | 80 | 2B | 0 | 26 | 4F | 13 | 1F | 42 | 31 |
| Octal | 317 | 200 | 53 | 0 | 46 | 117 | 23 | 37 | 102 | 61 |
| Binary | 11001111 | 10000000 | 101011 | 0 | 100110 | 1001111 | 10011 | 11111 | 1000010 | 110001 |
Color Harmonies of #CF802B
Complementary color
Monochromatic Colors of #CF802B
Black with #CF802B
Text Example
Text Example
White with #CF802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF802B; }
p { color: rgb(207,128,43); }
H1.HeaderClassName
{
color: #CF802B;
}
.AnyTagClassName
{
color: #CF802B;
}
</style>
background-color css
<style>
a { background-color: #CF802B; }
a { background-color: rgb(207,128,43); }
div.DivClassName
{
background-color: #CF802B;
}
.BgClassName
{
background-color: #CF802B;
}
</style>
border-color css
<style>
span { border-color: #CF802B; }
span { border-color: rgb(207,128,43); }
td.TdClassName
{
border-color: #CF802B;
}
.TagClassName
{
border-color: #CF802B;
}
</style>