Shades of Golden Bell #CF7F3A
Tints of Golden Bell #CF7F3A
RGB
CMYK
RGB Variations
Color information
#CF7F3A (or 0xCF7F3A) is known color: Golden Bell. HEX triplet: CF, 7F and 3A. RGB value is (207,127,58). Sum of RGB (Red+Green+Blue) = 207+127+58=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7F3A is #3080C5. Grayscale: #8F8F8F. Windows color (decimal): -3178694 or 3833807. OLE color: 3833807.
HSL color Cylindrical-coordinate representation of color #CF7F3A: hue angle of 27.79º 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 #CF7F3A is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 58 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.19 |
| HSL | 27.79º | 0.61% | 0.52% | - |
| HSV(B) | 27.79º | 0.72% | 0.81% | - |
| XYZ | 34.09 | 28.75 | 7.76 | - |
| YUV | 143.05 | 80 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 58 | 0 | 0.39 | 0.72 | 0.19 | 27.79 | 0.61 | 0.52 |
| Hex | CF | 7F | 3A | 0 | 27 | 48 | 13 | 1C | 3D | 34 |
| Octal | 317 | 177 | 72 | 0 | 47 | 110 | 23 | 34 | 75 | 64 |
| Binary | 11001111 | 1111111 | 111010 | 0 | 100111 | 1001000 | 10011 | 11100 | 111101 | 110100 |
Color Harmonies of #CF7F3A
Complementary color
Monochromatic Colors of #CF7F3A
Black with #CF7F3A
Text Example
Text Example
White with #CF7F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7F3A; }
p { color: rgb(207,127,58); }
H1.HeaderClassName
{
color: #CF7F3A;
}
.AnyTagClassName
{
color: #CF7F3A;
}
</style>
background-color css
<style>
a { background-color: #CF7F3A; }
a { background-color: rgb(207,127,58); }
div.DivClassName
{
background-color: #CF7F3A;
}
.BgClassName
{
background-color: #CF7F3A;
}
</style>
border-color css
<style>
span { border-color: #CF7F3A; }
span { border-color: rgb(207,127,58); }
td.TdClassName
{
border-color: #CF7F3A;
}
.TagClassName
{
border-color: #CF7F3A;
}
</style>