Shades of Old Gold #C8BB3C
Tints of Old Gold #C8BB3C
RGB
CMYK
RGB Variations
Color information
#C8BB3C (or 0xC8BB3C) is known color: Old Gold. HEX triplet: C8, BB and 3C. RGB value is (200,187,60). Sum of RGB (Red+Green+Blue) = 200+187+60=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BB3C is #3744C3. Grayscale: #B0B0B0. Windows color (decimal): -3622084 or 3980232. OLE color: 3980232.
HSL color Cylindrical-coordinate representation of color #C8BB3C: hue angle of 54.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8BB3C is Cyan = 0, Magento = 0.06, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 60 | - |
| CMYK | 0 | 0.06 | 0.7 | 0.22 |
| HSL | 54.43º | 0.56% | 0.51% | - |
| HSV(B) | 54.43º | 0.7% | 0.78% | - |
| XYZ | 42.41 | 48.15 | 11.33 | - |
| YUV | 176.41 | 62.31 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 60 | 0 | 0.06 | 0.7 | 0.22 | 54.43 | 0.56 | 0.51 |
| Hex | C8 | BB | 3C | 0 | 6 | 46 | 16 | 36 | 38 | 33 |
| Octal | 310 | 273 | 74 | 0 | 6 | 106 | 26 | 66 | 70 | 63 |
| Binary | 11001000 | 10111011 | 111100 | 0 | 110 | 1000110 | 10110 | 110110 | 111000 | 110011 |
Color Harmonies of #C8BB3C
Complementary color
Monochromatic Colors of #C8BB3C
Black with #C8BB3C
Text Example
Text Example
White with #C8BB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB3C; }
p { color: rgb(200,187,60); }
H1.HeaderClassName
{
color: #C8BB3C;
}
.AnyTagClassName
{
color: #C8BB3C;
}
</style>
background-color css
<style>
a { background-color: #C8BB3C; }
a { background-color: rgb(200,187,60); }
div.DivClassName
{
background-color: #C8BB3C;
}
.BgClassName
{
background-color: #C8BB3C;
}
</style>
border-color css
<style>
span { border-color: #C8BB3C; }
span { border-color: rgb(200,187,60); }
td.TdClassName
{
border-color: #C8BB3C;
}
.TagClassName
{
border-color: #C8BB3C;
}
</style>