Shades of Old Gold #C8BF45
Tints of Old Gold #C8BF45
RGB
CMYK
RGB Variations
Color information
#C8BF45 (or 0xC8BF45) is known color: Old Gold. HEX triplet: C8, BF and 45. RGB value is (200,191,69). Sum of RGB (Red+Green+Blue) = 200+191+69=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF45 is #3740BA. Grayscale: #B4B4B4. Windows color (decimal): -3621051 or 4571080. OLE color: 4571080.
HSL color Cylindrical-coordinate representation of color #C8BF45: hue angle of 55.88º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8BF45 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 69 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.22 |
| HSL | 55.88º | 0.54% | 0.53% | - |
| HSV(B) | 55.88º | 0.66% | 0.78% | - |
| XYZ | 43.52 | 49.97 | 12.98 | - |
| YUV | 179.78 | 65.48 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 69 | 0 | 0.04 | 0.66 | 0.22 | 55.88 | 0.54 | 0.53 |
| Hex | C8 | BF | 45 | 0 | 4 | 42 | 16 | 38 | 36 | 35 |
| Octal | 310 | 277 | 105 | 0 | 4 | 102 | 26 | 70 | 66 | 65 |
| Binary | 11001000 | 10111111 | 1000101 | 0 | 100 | 1000010 | 10110 | 111000 | 110110 | 110101 |
Color Harmonies of #C8BF45
Complementary color
Monochromatic Colors of #C8BF45
Black with #C8BF45
Text Example
Text Example
White with #C8BF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF45; }
p { color: rgb(200,191,69); }
H1.HeaderClassName
{
color: #C8BF45;
}
.AnyTagClassName
{
color: #C8BF45;
}
</style>
background-color css
<style>
a { background-color: #C8BF45; }
a { background-color: rgb(200,191,69); }
div.DivClassName
{
background-color: #C8BF45;
}
.BgClassName
{
background-color: #C8BF45;
}
</style>
border-color css
<style>
span { border-color: #C8BF45; }
span { border-color: rgb(200,191,69); }
td.TdClassName
{
border-color: #C8BF45;
}
.TagClassName
{
border-color: #C8BF45;
}
</style>