Shades of Bronze #CF7A30
Tints of Bronze #CF7A30
RGB
CMYK
RGB Variations
Color information
#CF7A30 (or 0xCF7A30) is known color: Bronze. HEX triplet: CF, 7A and 30. RGB value is (207,122,48). Sum of RGB (Red+Green+Blue) = 207+122+48=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7A30 is #3085CF. Grayscale: #8B8B8B. Windows color (decimal): -3179984 or 3177167. OLE color: 3177167.
HSL color Cylindrical-coordinate representation of color #CF7A30: hue angle of 27.92º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF7A30 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 48 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.19 |
| HSL | 27.92º | 0.62% | 0.5% | - |
| HSV(B) | 27.92º | 0.77% | 0.81% | - |
| XYZ | 33.23 | 27.4 | 6.33 | - |
| YUV | 138.98 | 76.66 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 48 | 0 | 0.41 | 0.77 | 0.19 | 27.92 | 0.62 | 0.5 |
| Hex | CF | 7A | 30 | 0 | 29 | 4D | 13 | 1C | 3E | 32 |
| Octal | 317 | 172 | 60 | 0 | 51 | 115 | 23 | 34 | 76 | 62 |
| Binary | 11001111 | 1111010 | 110000 | 0 | 101001 | 1001101 | 10011 | 11100 | 111110 | 110010 |
Color Harmonies of #CF7A30
Complementary color
Monochromatic Colors of #CF7A30
Black with #CF7A30
Text Example
Text Example
White with #CF7A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A30; }
p { color: rgb(207,122,48); }
H1.HeaderClassName
{
color: #CF7A30;
}
.AnyTagClassName
{
color: #CF7A30;
}
</style>
background-color css
<style>
a { background-color: #CF7A30; }
a { background-color: rgb(207,122,48); }
div.DivClassName
{
background-color: #CF7A30;
}
.BgClassName
{
background-color: #CF7A30;
}
</style>
border-color css
<style>
span { border-color: #CF7A30; }
span { border-color: rgb(207,122,48); }
td.TdClassName
{
border-color: #CF7A30;
}
.TagClassName
{
border-color: #CF7A30;
}
</style>