Shades of Old Gold #C8C032
Tints of Old Gold #C8C032
RGB
CMYK
RGB Variations
Color information
#C8C032 (or 0xC8C032) is known color: Old Gold. HEX triplet: C8, C0 and 32. RGB value is (200,192,50). Sum of RGB (Red+Green+Blue) = 200+192+50=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C032 is #373FCD. Grayscale: #B2B2B2. Windows color (decimal): -3620814 or 3326152. OLE color: 3326152.
HSL color Cylindrical-coordinate representation of color #C8C032: hue angle of 56.8º 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 #C8C032 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 50 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.22 |
| HSL | 56.8º | 0.6% | 0.49% | - |
| HSV(B) | 56.8º | 0.75% | 0.78% | - |
| XYZ | 43.24 | 50.21 | 10.43 | - |
| YUV | 178.2 | 55.65 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 50 | 0 | 0.04 | 0.75 | 0.22 | 56.8 | 0.6 | 0.49 |
| Hex | C8 | C0 | 32 | 0 | 4 | 4B | 16 | 39 | 3C | 31 |
| Octal | 310 | 300 | 62 | 0 | 4 | 113 | 26 | 71 | 74 | 61 |
| Binary | 11001000 | 11000000 | 110010 | 0 | 100 | 1001011 | 10110 | 111001 | 111100 | 110001 |
Color Harmonies of #C8C032
Complementary color
Monochromatic Colors of #C8C032
Black with #C8C032
Text Example
Text Example
White with #C8C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C032; }
p { color: rgb(200,192,50); }
H1.HeaderClassName
{
color: #C8C032;
}
.AnyTagClassName
{
color: #C8C032;
}
</style>
background-color css
<style>
a { background-color: #C8C032; }
a { background-color: rgb(200,192,50); }
div.DivClassName
{
background-color: #C8C032;
}
.BgClassName
{
background-color: #C8C032;
}
</style>
border-color css
<style>
span { border-color: #C8C032; }
span { border-color: rgb(200,192,50); }
td.TdClassName
{
border-color: #C8C032;
}
.TagClassName
{
border-color: #C8C032;
}
</style>