Shades of Old Gold #C8BE4A
Tints of Old Gold #C8BE4A
RGB
CMYK
RGB Variations
Color information
#C8BE4A (or 0xC8BE4A) is known color: Old Gold. HEX triplet: C8, BE and 4A. RGB value is (200,190,74). Sum of RGB (Red+Green+Blue) = 200+190+74=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE4A is #3741B5. Grayscale: #B4B4B4. Windows color (decimal): -3621302 or 4898504. OLE color: 4898504.
HSL color Cylindrical-coordinate representation of color #C8BE4A: hue angle of 55.24º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8BE4A is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 74 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.22 |
| HSL | 55.24º | 0.53% | 0.54% | - |
| HSV(B) | 55.24º | 0.63% | 0.78% | - |
| XYZ | 43.47 | 49.6 | 13.76 | - |
| YUV | 179.77 | 68.31 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 74 | 0 | 0.05 | 0.63 | 0.22 | 55.24 | 0.53 | 0.54 |
| Hex | C8 | BE | 4A | 0 | 5 | 3F | 16 | 37 | 35 | 36 |
| Octal | 310 | 276 | 112 | 0 | 5 | 77 | 26 | 67 | 65 | 66 |
| Binary | 11001000 | 10111110 | 1001010 | 0 | 101 | 111111 | 10110 | 110111 | 110101 | 110110 |
Color Harmonies of #C8BE4A
Complementary color
Monochromatic Colors of #C8BE4A
Black with #C8BE4A
Text Example
Text Example
White with #C8BE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE4A; }
p { color: rgb(200,190,74); }
H1.HeaderClassName
{
color: #C8BE4A;
}
.AnyTagClassName
{
color: #C8BE4A;
}
</style>
background-color css
<style>
a { background-color: #C8BE4A; }
a { background-color: rgb(200,190,74); }
div.DivClassName
{
background-color: #C8BE4A;
}
.BgClassName
{
background-color: #C8BE4A;
}
</style>
border-color css
<style>
span { border-color: #C8BE4A; }
span { border-color: rgb(200,190,74); }
td.TdClassName
{
border-color: #C8BE4A;
}
.TagClassName
{
border-color: #C8BE4A;
}
</style>