Shades of Bronze #CF7838
Tints of Bronze #CF7838
RGB
CMYK
RGB Variations
Color information
#CF7838 (or 0xCF7838) is known color: Bronze. HEX triplet: CF, 78 and 38. RGB value is (207,120,56). Sum of RGB (Red+Green+Blue) = 207+120+56=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7838 is #3087C7. Grayscale: #8B8B8B. Windows color (decimal): -3180488 or 3700943. OLE color: 3700943.
HSL color Cylindrical-coordinate representation of color #CF7838: hue angle of 25.43º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF7838 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 56 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.19 |
| HSL | 25.43º | 0.61% | 0.52% | - |
| HSV(B) | 25.43º | 0.73% | 0.81% | - |
| XYZ | 33.16 | 26.98 | 7.2 | - |
| YUV | 138.72 | 81.32 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 56 | 0 | 0.42 | 0.73 | 0.19 | 25.43 | 0.61 | 0.52 |
| Hex | CF | 78 | 38 | 0 | 2A | 49 | 13 | 19 | 3D | 34 |
| Octal | 317 | 170 | 70 | 0 | 52 | 111 | 23 | 31 | 75 | 64 |
| Binary | 11001111 | 1111000 | 111000 | 0 | 101010 | 1001001 | 10011 | 11001 | 111101 | 110100 |
Color Harmonies of #CF7838
Complementary color
Monochromatic Colors of #CF7838
Black with #CF7838
Text Example
Text Example
White with #CF7838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7838; }
p { color: rgb(207,120,56); }
H1.HeaderClassName
{
color: #CF7838;
}
.AnyTagClassName
{
color: #CF7838;
}
</style>
background-color css
<style>
a { background-color: #CF7838; }
a { background-color: rgb(207,120,56); }
div.DivClassName
{
background-color: #CF7838;
}
.BgClassName
{
background-color: #CF7838;
}
</style>
border-color css
<style>
span { border-color: #CF7838; }
span { border-color: rgb(207,120,56); }
td.TdClassName
{
border-color: #CF7838;
}
.TagClassName
{
border-color: #CF7838;
}
</style>