Shades of Old Gold #C7BE32
Tints of Old Gold #C7BE32
RGB
CMYK
RGB Variations
Color information
#C7BE32 (or 0xC7BE32) is known color: Old Gold. HEX triplet: C7, BE and 32. RGB value is (199,190,50). Sum of RGB (Red+Green+Blue) = 199+190+50=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BE32 is #3841CD. Grayscale: #B1B1B1. Windows color (decimal): -3686862 or 3325639. OLE color: 3325639.
HSL color Cylindrical-coordinate representation of color #C7BE32: hue angle of 56.38º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7BE32 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 190 | 50 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.22 |
| HSL | 56.38º | 0.6% | 0.49% | - |
| HSV(B) | 56.38º | 0.75% | 0.78% | - |
| XYZ | 42.54 | 49.2 | 10.27 | - |
| YUV | 176.73 | 56.48 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 190 | 50 | 0 | 0.05 | 0.75 | 0.22 | 56.38 | 0.6 | 0.49 |
| Hex | C7 | BE | 32 | 0 | 5 | 4B | 16 | 38 | 3C | 31 |
| Octal | 307 | 276 | 62 | 0 | 5 | 113 | 26 | 70 | 74 | 61 |
| Binary | 11000111 | 10111110 | 110010 | 0 | 101 | 1001011 | 10110 | 111000 | 111100 | 110001 |
Color Harmonies of #C7BE32
Complementary color
Monochromatic Colors of #C7BE32
Black with #C7BE32
Text Example
Text Example
White with #C7BE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BE32; }
p { color: rgb(199,190,50); }
H1.HeaderClassName
{
color: #C7BE32;
}
.AnyTagClassName
{
color: #C7BE32;
}
</style>
background-color css
<style>
a { background-color: #C7BE32; }
a { background-color: rgb(199,190,50); }
div.DivClassName
{
background-color: #C7BE32;
}
.BgClassName
{
background-color: #C7BE32;
}
</style>
border-color css
<style>
span { border-color: #C7BE32; }
span { border-color: rgb(199,190,50); }
td.TdClassName
{
border-color: #C7BE32;
}
.TagClassName
{
border-color: #C7BE32;
}
</style>