Shades of Old Gold #C8C132
Tints of Old Gold #C8C132
RGB
CMYK
RGB Variations
Color information
#C8C132 (or 0xC8C132) is known color: Old Gold. HEX triplet: C8, C1 and 32. RGB value is (200,193,50). Sum of RGB (Red+Green+Blue) = 200+193+50=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C132 is #373ECD. Grayscale: #B3B3B3. Windows color (decimal): -3620558 or 3326408. OLE color: 3326408.
HSL color Cylindrical-coordinate representation of color #C8C132: hue angle of 57.2º 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 #C8C132 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 50 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.22 |
| HSL | 57.2º | 0.6% | 0.49% | - |
| HSV(B) | 57.2º | 0.75% | 0.78% | - |
| XYZ | 43.47 | 50.65 | 10.5 | - |
| YUV | 178.79 | 55.32 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 50 | 0 | 0.04 | 0.75 | 0.22 | 57.2 | 0.6 | 0.49 |
| Hex | C8 | C1 | 32 | 0 | 4 | 4B | 16 | 39 | 3C | 31 |
| Octal | 310 | 301 | 62 | 0 | 4 | 113 | 26 | 71 | 74 | 61 |
| Binary | 11001000 | 11000001 | 110010 | 0 | 100 | 1001011 | 10110 | 111001 | 111100 | 110001 |
Color Harmonies of #C8C132
Complementary color
Monochromatic Colors of #C8C132
Black with #C8C132
Text Example
Text Example
White with #C8C132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C132; }
p { color: rgb(200,193,50); }
H1.HeaderClassName
{
color: #C8C132;
}
.AnyTagClassName
{
color: #C8C132;
}
</style>
background-color css
<style>
a { background-color: #C8C132; }
a { background-color: rgb(200,193,50); }
div.DivClassName
{
background-color: #C8C132;
}
.BgClassName
{
background-color: #C8C132;
}
</style>
border-color css
<style>
span { border-color: #C8C132; }
span { border-color: rgb(200,193,50); }
td.TdClassName
{
border-color: #C8C132;
}
.TagClassName
{
border-color: #C8C132;
}
</style>