Shades of Old Gold #C8C030
Tints of Old Gold #C8C030
RGB
CMYK
RGB Variations
Color information
#C8C030 (or 0xC8C030) is known color: Old Gold. HEX triplet: C8, C0 and 30. RGB value is (200,192,48). Sum of RGB (Red+Green+Blue) = 200+192+48=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 48 (19.14% from 255 or 10.91% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C030 is #373FCF. Grayscale: #B2B2B2. Windows color (decimal): -3620816 or 3195080. OLE color: 3195080.
HSL color Cylindrical-coordinate representation of color #C8C030: hue angle of 56.84º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8C030 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 48 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.22 |
| HSL | 56.84º | 0.61% | 0.49% | - |
| HSV(B) | 56.84º | 0.76% | 0.78% | - |
| XYZ | 43.2 | 50.19 | 10.21 | - |
| YUV | 177.98 | 54.65 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 48 | 0 | 0.04 | 0.76 | 0.22 | 56.84 | 0.61 | 0.49 |
| Hex | C8 | C0 | 30 | 0 | 4 | 4C | 16 | 39 | 3D | 31 |
| Octal | 310 | 300 | 60 | 0 | 4 | 114 | 26 | 71 | 75 | 61 |
| Binary | 11001000 | 11000000 | 110000 | 0 | 100 | 1001100 | 10110 | 111001 | 111101 | 110001 |
Color Harmonies of #C8C030
Complementary color
Monochromatic Colors of #C8C030
Black with #C8C030
Text Example
Text Example
White with #C8C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C030; }
p { color: rgb(200,192,48); }
H1.HeaderClassName
{
color: #C8C030;
}
.AnyTagClassName
{
color: #C8C030;
}
</style>
background-color css
<style>
a { background-color: #C8C030; }
a { background-color: rgb(200,192,48); }
div.DivClassName
{
background-color: #C8C030;
}
.BgClassName
{
background-color: #C8C030;
}
</style>
border-color css
<style>
span { border-color: #C8C030; }
span { border-color: rgb(200,192,48); }
td.TdClassName
{
border-color: #C8C030;
}
.TagClassName
{
border-color: #C8C030;
}
</style>