Shades of Bronze #CF7935
Tints of Bronze #CF7935
RGB
CMYK
RGB Variations
Color information
#CF7935 (or 0xCF7935) is known color: Bronze. HEX triplet: CF, 79 and 35. RGB value is (207,121,53). Sum of RGB (Red+Green+Blue) = 207+121+53=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7935 is #3086CA. Grayscale: #8B8B8B. Windows color (decimal): -3180235 or 3504591. OLE color: 3504591.
HSL color Cylindrical-coordinate representation of color #CF7935: hue angle of 26.49º degrees, saturation: 0.62, 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 #CF7935 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 53 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.19 |
| HSL | 26.49º | 0.62% | 0.51% | - |
| HSV(B) | 26.49º | 0.74% | 0.81% | - |
| XYZ | 33.21 | 27.2 | 6.87 | - |
| YUV | 138.96 | 79.49 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 53 | 0 | 0.42 | 0.74 | 0.19 | 26.49 | 0.62 | 0.51 |
| Hex | CF | 79 | 35 | 0 | 2A | 4A | 13 | 1A | 3E | 33 |
| Octal | 317 | 171 | 65 | 0 | 52 | 112 | 23 | 32 | 76 | 63 |
| Binary | 11001111 | 1111001 | 110101 | 0 | 101010 | 1001010 | 10011 | 11010 | 111110 | 110011 |
Color Harmonies of #CF7935
Complementary color
Monochromatic Colors of #CF7935
Black with #CF7935
Text Example
Text Example
White with #CF7935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7935; }
p { color: rgb(207,121,53); }
H1.HeaderClassName
{
color: #CF7935;
}
.AnyTagClassName
{
color: #CF7935;
}
</style>
background-color css
<style>
a { background-color: #CF7935; }
a { background-color: rgb(207,121,53); }
div.DivClassName
{
background-color: #CF7935;
}
.BgClassName
{
background-color: #CF7935;
}
</style>
border-color css
<style>
span { border-color: #CF7935; }
span { border-color: rgb(207,121,53); }
td.TdClassName
{
border-color: #CF7935;
}
.TagClassName
{
border-color: #CF7935;
}
</style>