Shades of Old Gold #C8B144
Tints of Old Gold #C8B144
RGB
CMYK
RGB Variations
Color information
#C8B144 (or 0xC8B144) is known color: Old Gold. HEX triplet: C8, B1 and 44. RGB value is (200,177,68). Sum of RGB (Red+Green+Blue) = 200+177+68=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 68 (26.95% from 255 or 15.28% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B144 is #374EBB. Grayscale: #ABABAB. Windows color (decimal): -3624636 or 4501960. OLE color: 4501960.
HSL color Cylindrical-coordinate representation of color #C8B144: hue angle of 49.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8B144 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 177 | 68 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.22 |
| HSL | 49.55º | 0.55% | 0.53% | - |
| HSV(B) | 49.55º | 0.66% | 0.78% | - |
| XYZ | 40.58 | 44.14 | 11.85 | - |
| YUV | 171.45 | 69.62 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 68 | 0 | 0.12 | 0.66 | 0.22 | 49.55 | 0.55 | 0.53 |
| Hex | C8 | B1 | 44 | 0 | C | 42 | 16 | 32 | 37 | 35 |
| Octal | 310 | 261 | 104 | 0 | 14 | 102 | 26 | 62 | 67 | 65 |
| Binary | 11001000 | 10110001 | 1000100 | 0 | 1100 | 1000010 | 10110 | 110010 | 110111 | 110101 |
Color Harmonies of #C8B144
Complementary color
Monochromatic Colors of #C8B144
Black with #C8B144
Text Example
Text Example
White with #C8B144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B144; }
p { color: rgb(200,177,68); }
H1.HeaderClassName
{
color: #C8B144;
}
.AnyTagClassName
{
color: #C8B144;
}
</style>
background-color css
<style>
a { background-color: #C8B144; }
a { background-color: rgb(200,177,68); }
div.DivClassName
{
background-color: #C8B144;
}
.BgClassName
{
background-color: #C8B144;
}
</style>
border-color css
<style>
span { border-color: #C8B144; }
span { border-color: rgb(200,177,68); }
td.TdClassName
{
border-color: #C8B144;
}
.TagClassName
{
border-color: #C8B144;
}
</style>