Shades of Old Gold #C8BE30
Tints of Old Gold #C8BE30
RGB
CMYK
RGB Variations
Color information
#C8BE30 (or 0xC8BE30) is known color: Old Gold. HEX triplet: C8, BE and 30. RGB value is (200,190,48). Sum of RGB (Red+Green+Blue) = 200+190+48=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 48 (19.14% from 255 or 10.96% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE30 is #3741CF. Grayscale: #B1B1B1. Windows color (decimal): -3621328 or 3194568. OLE color: 3194568.
HSL color Cylindrical-coordinate representation of color #C8BE30: hue angle of 56.05º 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 #C8BE30 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 48 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.22 |
| HSL | 56.05º | 0.61% | 0.49% | - |
| HSV(B) | 56.05º | 0.76% | 0.78% | - |
| XYZ | 42.77 | 49.32 | 10.06 | - |
| YUV | 176.8 | 55.31 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 48 | 0 | 0.05 | 0.76 | 0.22 | 56.05 | 0.61 | 0.49 |
| Hex | C8 | BE | 30 | 0 | 5 | 4C | 16 | 38 | 3D | 31 |
| Octal | 310 | 276 | 60 | 0 | 5 | 114 | 26 | 70 | 75 | 61 |
| Binary | 11001000 | 10111110 | 110000 | 0 | 101 | 1001100 | 10110 | 111000 | 111101 | 110001 |
Color Harmonies of #C8BE30
Complementary color
Monochromatic Colors of #C8BE30
Black with #C8BE30
Text Example
Text Example
White with #C8BE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE30; }
p { color: rgb(200,190,48); }
H1.HeaderClassName
{
color: #C8BE30;
}
.AnyTagClassName
{
color: #C8BE30;
}
</style>
background-color css
<style>
a { background-color: #C8BE30; }
a { background-color: rgb(200,190,48); }
div.DivClassName
{
background-color: #C8BE30;
}
.BgClassName
{
background-color: #C8BE30;
}
</style>
border-color css
<style>
span { border-color: #C8BE30; }
span { border-color: rgb(200,190,48); }
td.TdClassName
{
border-color: #C8BE30;
}
.TagClassName
{
border-color: #C8BE30;
}
</style>