Shades of Bronze #CF7A36
Tints of Bronze #CF7A36
RGB
CMYK
RGB Variations
Color information
#CF7A36 (or 0xCF7A36) is known color: Bronze. HEX triplet: CF, 7A and 36. RGB value is (207,122,54). Sum of RGB (Red+Green+Blue) = 207+122+54=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7A36 is #3085C9. Grayscale: #8C8C8C. Windows color (decimal): -3179978 or 3570383. OLE color: 3570383.
HSL color Cylindrical-coordinate representation of color #CF7A36: hue angle of 26.67º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF7A36 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 54 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.19 |
| HSL | 26.67º | 0.61% | 0.51% | - |
| HSV(B) | 26.67º | 0.74% | 0.81% | - |
| XYZ | 33.36 | 27.45 | 7.03 | - |
| YUV | 139.66 | 79.66 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 54 | 0 | 0.41 | 0.74 | 0.19 | 26.67 | 0.61 | 0.51 |
| Hex | CF | 7A | 36 | 0 | 29 | 4A | 13 | 1B | 3D | 33 |
| Octal | 317 | 172 | 66 | 0 | 51 | 112 | 23 | 33 | 75 | 63 |
| Binary | 11001111 | 1111010 | 110110 | 0 | 101001 | 1001010 | 10011 | 11011 | 111101 | 110011 |
Color Harmonies of #CF7A36
Complementary color
Monochromatic Colors of #CF7A36
Black with #CF7A36
Text Example
Text Example
White with #CF7A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A36; }
p { color: rgb(207,122,54); }
H1.HeaderClassName
{
color: #CF7A36;
}
.AnyTagClassName
{
color: #CF7A36;
}
</style>
background-color css
<style>
a { background-color: #CF7A36; }
a { background-color: rgb(207,122,54); }
div.DivClassName
{
background-color: #CF7A36;
}
.BgClassName
{
background-color: #CF7A36;
}
</style>
border-color css
<style>
span { border-color: #CF7A36; }
span { border-color: rgb(207,122,54); }
td.TdClassName
{
border-color: #CF7A36;
}
.TagClassName
{
border-color: #CF7A36;
}
</style>