Shades of Old Gold #C0BB3C
Tints of Old Gold #C0BB3C
RGB
CMYK
RGB Variations
Color information
#C0BB3C (or 0xC0BB3C) is known color: Old Gold. HEX triplet: C0, BB and 3C. RGB value is (192,187,60). Sum of RGB (Red+Green+Blue) = 192+187+60=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB3C is #3F44C3. Grayscale: #AEAEAE. Windows color (decimal): -4146372 or 3980224. OLE color: 3980224.
HSL color Cylindrical-coordinate representation of color #C0BB3C: hue angle of 57.73º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0BB3C is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 60 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.25 |
| HSL | 57.73º | 0.52% | 0.49% | - |
| HSV(B) | 57.73º | 0.69% | 0.75% | - |
| XYZ | 40.32 | 47.07 | 11.24 | - |
| YUV | 174.02 | 63.66 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 60 | 0 | 0.03 | 0.69 | 0.25 | 57.73 | 0.52 | 0.49 |
| Hex | C0 | BB | 3C | 0 | 3 | 45 | 19 | 3A | 34 | 31 |
| Octal | 300 | 273 | 74 | 0 | 3 | 105 | 31 | 72 | 64 | 61 |
| Binary | 11000000 | 10111011 | 111100 | 0 | 11 | 1000101 | 11001 | 111010 | 110100 | 110001 |
Color Harmonies of #C0BB3C
Complementary color
Monochromatic Colors of #C0BB3C
Black with #C0BB3C
Text Example
Text Example
White with #C0BB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB3C; }
p { color: rgb(192,187,60); }
H1.HeaderClassName
{
color: #C0BB3C;
}
.AnyTagClassName
{
color: #C0BB3C;
}
</style>
background-color css
<style>
a { background-color: #C0BB3C; }
a { background-color: rgb(192,187,60); }
div.DivClassName
{
background-color: #C0BB3C;
}
.BgClassName
{
background-color: #C0BB3C;
}
</style>
border-color css
<style>
span { border-color: #C0BB3C; }
span { border-color: rgb(192,187,60); }
td.TdClassName
{
border-color: #C0BB3C;
}
.TagClassName
{
border-color: #C0BB3C;
}
</style>