Shades of Bronze #CF762D
Tints of Bronze #CF762D
RGB
CMYK
RGB Variations
Color information
#CF762D (or 0xCF762D) is known color: Bronze. HEX triplet: CF, 76 and 2D. RGB value is (207,118,45). Sum of RGB (Red+Green+Blue) = 207+118+45=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF762D is #3089D2. Grayscale: #888888. Windows color (decimal): -3181011 or 2979535. OLE color: 2979535.
HSL color Cylindrical-coordinate representation of color #CF762D: hue angle of 27.04º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF762D is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 45 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.19 |
| HSL | 27.04º | 0.64% | 0.49% | - |
| HSV(B) | 27.04º | 0.78% | 0.81% | - |
| XYZ | 32.68 | 26.41 | 5.86 | - |
| YUV | 136.29 | 76.49 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 45 | 0 | 0.43 | 0.78 | 0.19 | 27.04 | 0.64 | 0.49 |
| Hex | CF | 76 | 2D | 0 | 2B | 4E | 13 | 1B | 40 | 31 |
| Octal | 317 | 166 | 55 | 0 | 53 | 116 | 23 | 33 | 100 | 61 |
| Binary | 11001111 | 1110110 | 101101 | 0 | 101011 | 1001110 | 10011 | 11011 | 1000000 | 110001 |
Color Harmonies of #CF762D
Complementary color
Monochromatic Colors of #CF762D
Black with #CF762D
Text Example
Text Example
White with #CF762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF762D; }
p { color: rgb(207,118,45); }
H1.HeaderClassName
{
color: #CF762D;
}
.AnyTagClassName
{
color: #CF762D;
}
</style>
background-color css
<style>
a { background-color: #CF762D; }
a { background-color: rgb(207,118,45); }
div.DivClassName
{
background-color: #CF762D;
}
.BgClassName
{
background-color: #CF762D;
}
</style>
border-color css
<style>
span { border-color: #CF762D; }
span { border-color: rgb(207,118,45); }
td.TdClassName
{
border-color: #CF762D;
}
.TagClassName
{
border-color: #CF762D;
}
</style>