Shades of Old Gold #C8B042
Tints of Old Gold #C8B042
RGB
CMYK
RGB Variations
Color information
#C8B042 (or 0xC8B042) is known color: Old Gold. HEX triplet: C8, B0 and 42. RGB value is (200,176,66). Sum of RGB (Red+Green+Blue) = 200+176+66=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B042 is #374FBD. Grayscale: #ABABAB. Windows color (decimal): -3624894 or 4370632. OLE color: 4370632.
HSL color Cylindrical-coordinate representation of color #C8B042: hue angle of 49.25º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8B042 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 66 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.22 |
| HSL | 49.25º | 0.55% | 0.52% | - |
| HSV(B) | 49.25º | 0.67% | 0.78% | - |
| XYZ | 40.33 | 43.72 | 11.47 | - |
| YUV | 170.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 66 | 0 | 0.12 | 0.67 | 0.22 | 49.25 | 0.55 | 0.52 |
| Hex | C8 | B0 | 42 | 0 | C | 43 | 16 | 31 | 37 | 34 |
| Octal | 310 | 260 | 102 | 0 | 14 | 103 | 26 | 61 | 67 | 64 |
| Binary | 11001000 | 10110000 | 1000010 | 0 | 1100 | 1000011 | 10110 | 110001 | 110111 | 110100 |
Color Harmonies of #C8B042
Complementary color
Monochromatic Colors of #C8B042
Black with #C8B042
Text Example
Text Example
White with #C8B042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B042; }
p { color: rgb(200,176,66); }
H1.HeaderClassName
{
color: #C8B042;
}
.AnyTagClassName
{
color: #C8B042;
}
</style>
background-color css
<style>
a { background-color: #C8B042; }
a { background-color: rgb(200,176,66); }
div.DivClassName
{
background-color: #C8B042;
}
.BgClassName
{
background-color: #C8B042;
}
</style>
border-color css
<style>
span { border-color: #C8B042; }
span { border-color: rgb(200,176,66); }
td.TdClassName
{
border-color: #C8B042;
}
.TagClassName
{
border-color: #C8B042;
}
</style>