Shades of Old Gold #C6BC32
Tints of Old Gold #C6BC32
RGB
CMYK
RGB Variations
Color information
#C6BC32 (or 0xC6BC32) is known color: Old Gold. HEX triplet: C6, BC and 32. RGB value is (198,188,50). Sum of RGB (Red+Green+Blue) = 198+188+50=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC32 is #3943CD. Grayscale: #AFAFAF. Windows color (decimal): -3752910 or 3325126. OLE color: 3325126.
HSL color Cylindrical-coordinate representation of color #C6BC32: hue angle of 55.95º 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 #C6BC32 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 188 | 50 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.22 |
| HSL | 55.95º | 0.6% | 0.49% | - |
| HSV(B) | 55.95º | 0.75% | 0.78% | - |
| XYZ | 41.85 | 48.2 | 10.12 | - |
| YUV | 175.26 | 57.31 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 50 | 0 | 0.05 | 0.75 | 0.22 | 55.95 | 0.6 | 0.49 |
| Hex | C6 | BC | 32 | 0 | 5 | 4B | 16 | 38 | 3C | 31 |
| Octal | 306 | 274 | 62 | 0 | 5 | 113 | 26 | 70 | 74 | 61 |
| Binary | 11000110 | 10111100 | 110010 | 0 | 101 | 1001011 | 10110 | 111000 | 111100 | 110001 |
Color Harmonies of #C6BC32
Complementary color
Monochromatic Colors of #C6BC32
Black with #C6BC32
Text Example
Text Example
White with #C6BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BC32; }
p { color: rgb(198,188,50); }
H1.HeaderClassName
{
color: #C6BC32;
}
.AnyTagClassName
{
color: #C6BC32;
}
</style>
background-color css
<style>
a { background-color: #C6BC32; }
a { background-color: rgb(198,188,50); }
div.DivClassName
{
background-color: #C6BC32;
}
.BgClassName
{
background-color: #C6BC32;
}
</style>
border-color css
<style>
span { border-color: #C6BC32; }
span { border-color: rgb(198,188,50); }
td.TdClassName
{
border-color: #C6BC32;
}
.TagClassName
{
border-color: #C6BC32;
}
</style>