Shades of Bronze #CF7B35
Tints of Bronze #CF7B35
RGB
CMYK
RGB Variations
Color information
#CF7B35 (or 0xCF7B35) is known color: Bronze. HEX triplet: CF, 7B and 35. RGB value is (207,123,53). Sum of RGB (Red+Green+Blue) = 207+123+53=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7B35 is #3084CA. Grayscale: #8C8C8C. Windows color (decimal): -3179723 or 3505103. OLE color: 3505103.
HSL color Cylindrical-coordinate representation of color #CF7B35: hue angle of 27.27º 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 #CF7B35 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 53 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.19 |
| HSL | 27.27º | 0.62% | 0.51% | - |
| HSV(B) | 27.27º | 0.74% | 0.81% | - |
| XYZ | 33.46 | 27.69 | 6.95 | - |
| YUV | 140.14 | 78.83 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 53 | 0 | 0.41 | 0.74 | 0.19 | 27.27 | 0.62 | 0.51 |
| Hex | CF | 7B | 35 | 0 | 29 | 4A | 13 | 1B | 3E | 33 |
| Octal | 317 | 173 | 65 | 0 | 51 | 112 | 23 | 33 | 76 | 63 |
| Binary | 11001111 | 1111011 | 110101 | 0 | 101001 | 1001010 | 10011 | 11011 | 111110 | 110011 |
Color Harmonies of #CF7B35
Complementary color
Monochromatic Colors of #CF7B35
Black with #CF7B35
Text Example
Text Example
White with #CF7B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7B35; }
p { color: rgb(207,123,53); }
H1.HeaderClassName
{
color: #CF7B35;
}
.AnyTagClassName
{
color: #CF7B35;
}
</style>
background-color css
<style>
a { background-color: #CF7B35; }
a { background-color: rgb(207,123,53); }
div.DivClassName
{
background-color: #CF7B35;
}
.BgClassName
{
background-color: #CF7B35;
}
</style>
border-color css
<style>
span { border-color: #CF7B35; }
span { border-color: rgb(207,123,53); }
td.TdClassName
{
border-color: #CF7B35;
}
.TagClassName
{
border-color: #CF7B35;
}
</style>