Shades of Bronze #CF772C
Tints of Bronze #CF772C
RGB
CMYK
RGB Variations
Color information
#CF772C (or 0xCF772C) is known color: Bronze. HEX triplet: CF, 77 and 2C. RGB value is (207,119,44). Sum of RGB (Red+Green+Blue) = 207+119+44=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF772C is #3088D3. Grayscale: #898989. Windows color (decimal): -3180756 or 2914255. OLE color: 2914255.
HSL color Cylindrical-coordinate representation of color #CF772C: hue angle of 27.61º degrees, saturation: 0.65, 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 #CF772C is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 44 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.19 |
| HSL | 27.61º | 0.65% | 0.49% | - |
| HSV(B) | 27.61º | 0.79% | 0.81% | - |
| XYZ | 32.78 | 26.64 | 5.8 | - |
| YUV | 136.76 | 75.65 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 44 | 0 | 0.43 | 0.79 | 0.19 | 27.61 | 0.65 | 0.49 |
| Hex | CF | 77 | 2C | 0 | 2B | 4F | 13 | 1C | 41 | 31 |
| Octal | 317 | 167 | 54 | 0 | 53 | 117 | 23 | 34 | 101 | 61 |
| Binary | 11001111 | 1110111 | 101100 | 0 | 101011 | 1001111 | 10011 | 11100 | 1000001 | 110001 |
Color Harmonies of #CF772C
Complementary color
Monochromatic Colors of #CF772C
Black with #CF772C
Text Example
Text Example
White with #CF772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF772C; }
p { color: rgb(207,119,44); }
H1.HeaderClassName
{
color: #CF772C;
}
.AnyTagClassName
{
color: #CF772C;
}
</style>
background-color css
<style>
a { background-color: #CF772C; }
a { background-color: rgb(207,119,44); }
div.DivClassName
{
background-color: #CF772C;
}
.BgClassName
{
background-color: #CF772C;
}
</style>
border-color css
<style>
span { border-color: #CF772C; }
span { border-color: rgb(207,119,44); }
td.TdClassName
{
border-color: #CF772C;
}
.TagClassName
{
border-color: #CF772C;
}
</style>