Shades of Old Gold #C0BF38
Tints of Old Gold #C0BF38
RGB
CMYK
RGB Variations
Color information
#C0BF38 (or 0xC0BF38) is known color: Old Gold. HEX triplet: C0, BF and 38. RGB value is (192,191,56). Sum of RGB (Red+Green+Blue) = 192+191+56=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF38 is #3F40C7. Grayscale: #B0B0B0. Windows color (decimal): -4145352 or 3719104. OLE color: 3719104.
HSL color Cylindrical-coordinate representation of color #C0BF38: hue angle of 59.56º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0BF38 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 56 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.25 |
| HSL | 59.56º | 0.55% | 0.49% | - |
| HSV(B) | 59.56º | 0.71% | 0.75% | - |
| XYZ | 41.08 | 48.75 | 10.99 | - |
| YUV | 175.91 | 60.33 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 56 | 0 | 0.01 | 0.71 | 0.25 | 59.56 | 0.55 | 0.49 |
| Hex | C0 | BF | 38 | 0 | 1 | 47 | 19 | 3C | 37 | 31 |
| Octal | 300 | 277 | 70 | 0 | 1 | 107 | 31 | 74 | 67 | 61 |
| Binary | 11000000 | 10111111 | 111000 | 0 | 1 | 1000111 | 11001 | 111100 | 110111 | 110001 |
Color Harmonies of #C0BF38
Complementary color
Monochromatic Colors of #C0BF38
Black with #C0BF38
Text Example
Text Example
White with #C0BF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF38; }
p { color: rgb(192,191,56); }
H1.HeaderClassName
{
color: #C0BF38;
}
.AnyTagClassName
{
color: #C0BF38;
}
</style>
background-color css
<style>
a { background-color: #C0BF38; }
a { background-color: rgb(192,191,56); }
div.DivClassName
{
background-color: #C0BF38;
}
.BgClassName
{
background-color: #C0BF38;
}
</style>
border-color css
<style>
span { border-color: #C0BF38; }
span { border-color: rgb(192,191,56); }
td.TdClassName
{
border-color: #C0BF38;
}
.TagClassName
{
border-color: #C0BF38;
}
</style>