Shades of Old Gold #C6BB32
Tints of Old Gold #C6BB32
RGB
CMYK
RGB Variations
Color information
#C6BB32 (or 0xC6BB32) is known color: Old Gold. HEX triplet: C6, BB and 32. RGB value is (198,187,50). Sum of RGB (Red+Green+Blue) = 198+187+50=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BB32 is #3944CD. Grayscale: #AFAFAF. Windows color (decimal): -3753166 or 3324870. OLE color: 3324870.
HSL color Cylindrical-coordinate representation of color #C6BB32: hue angle of 55.54º 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 #C6BB32 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 187 | 50 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.22 |
| HSL | 55.54º | 0.6% | 0.49% | - |
| HSV(B) | 55.54º | 0.75% | 0.78% | - |
| XYZ | 41.63 | 47.78 | 10.05 | - |
| YUV | 174.67 | 57.64 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 50 | 0 | 0.06 | 0.75 | 0.22 | 55.54 | 0.6 | 0.49 |
| Hex | C6 | BB | 32 | 0 | 6 | 4B | 16 | 38 | 3C | 31 |
| Octal | 306 | 273 | 62 | 0 | 6 | 113 | 26 | 70 | 74 | 61 |
| Binary | 11000110 | 10111011 | 110010 | 0 | 110 | 1001011 | 10110 | 111000 | 111100 | 110001 |
Color Harmonies of #C6BB32
Complementary color
Monochromatic Colors of #C6BB32
Black with #C6BB32
Text Example
Text Example
White with #C6BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BB32; }
p { color: rgb(198,187,50); }
H1.HeaderClassName
{
color: #C6BB32;
}
.AnyTagClassName
{
color: #C6BB32;
}
</style>
background-color css
<style>
a { background-color: #C6BB32; }
a { background-color: rgb(198,187,50); }
div.DivClassName
{
background-color: #C6BB32;
}
.BgClassName
{
background-color: #C6BB32;
}
</style>
border-color css
<style>
span { border-color: #C6BB32; }
span { border-color: rgb(198,187,50); }
td.TdClassName
{
border-color: #C6BB32;
}
.TagClassName
{
border-color: #C6BB32;
}
</style>