Shades of Golden Bell #CF7E3A
Tints of Golden Bell #CF7E3A
RGB
CMYK
RGB Variations
Color information
#CF7E3A (or 0xCF7E3A) is known color: Golden Bell. HEX triplet: CF, 7E and 3A. RGB value is (207,126,58). Sum of RGB (Red+Green+Blue) = 207+126+58=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7E3A is #3081C5. Grayscale: #8E8E8E. Windows color (decimal): -3178950 or 3833551. OLE color: 3833551.
HSL color Cylindrical-coordinate representation of color #CF7E3A: hue angle of 27.38º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF7E3A is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 58 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.19 |
| HSL | 27.38º | 0.61% | 0.52% | - |
| HSV(B) | 27.38º | 0.72% | 0.81% | - |
| XYZ | 33.96 | 28.49 | 7.71 | - |
| YUV | 142.47 | 80.34 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 58 | 0 | 0.39 | 0.72 | 0.19 | 27.38 | 0.61 | 0.52 |
| Hex | CF | 7E | 3A | 0 | 27 | 48 | 13 | 1B | 3D | 34 |
| Octal | 317 | 176 | 72 | 0 | 47 | 110 | 23 | 33 | 75 | 64 |
| Binary | 11001111 | 1111110 | 111010 | 0 | 100111 | 1001000 | 10011 | 11011 | 111101 | 110100 |
Color Harmonies of #CF7E3A
Complementary color
Monochromatic Colors of #CF7E3A
Black with #CF7E3A
Text Example
Text Example
White with #CF7E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E3A; }
p { color: rgb(207,126,58); }
H1.HeaderClassName
{
color: #CF7E3A;
}
.AnyTagClassName
{
color: #CF7E3A;
}
</style>
background-color css
<style>
a { background-color: #CF7E3A; }
a { background-color: rgb(207,126,58); }
div.DivClassName
{
background-color: #CF7E3A;
}
.BgClassName
{
background-color: #CF7E3A;
}
</style>
border-color css
<style>
span { border-color: #CF7E3A; }
span { border-color: rgb(207,126,58); }
td.TdClassName
{
border-color: #CF7E3A;
}
.TagClassName
{
border-color: #CF7E3A;
}
</style>