Shades of Old Gold #C8B640
Tints of Old Gold #C8B640
RGB
CMYK
RGB Variations
Color information
#C8B640 (or 0xC8B640) is known color: Old Gold. HEX triplet: C8, B6 and 40. RGB value is (200,182,64). Sum of RGB (Red+Green+Blue) = 200+182+64=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B640 is #3749BF. Grayscale: #AEAEAE. Windows color (decimal): -3623360 or 4241096. OLE color: 4241096.
HSL color Cylindrical-coordinate representation of color #C8B640: hue angle of 52.06º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8B640 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 182 | 64 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.22 |
| HSL | 52.06º | 0.55% | 0.52% | - |
| HSV(B) | 52.06º | 0.68% | 0.78% | - |
| XYZ | 41.47 | 46.11 | 11.56 | - |
| YUV | 173.93 | 65.96 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 64 | 0 | 0.09 | 0.68 | 0.22 | 52.06 | 0.55 | 0.52 |
| Hex | C8 | B6 | 40 | 0 | 9 | 44 | 16 | 34 | 37 | 34 |
| Octal | 310 | 266 | 100 | 0 | 11 | 104 | 26 | 64 | 67 | 64 |
| Binary | 11001000 | 10110110 | 1000000 | 0 | 1001 | 1000100 | 10110 | 110100 | 110111 | 110100 |
Color Harmonies of #C8B640
Complementary color
Monochromatic Colors of #C8B640
Black with #C8B640
Text Example
Text Example
White with #C8B640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B640; }
p { color: rgb(200,182,64); }
H1.HeaderClassName
{
color: #C8B640;
}
.AnyTagClassName
{
color: #C8B640;
}
</style>
background-color css
<style>
a { background-color: #C8B640; }
a { background-color: rgb(200,182,64); }
div.DivClassName
{
background-color: #C8B640;
}
.BgClassName
{
background-color: #C8B640;
}
</style>
border-color css
<style>
span { border-color: #C8B640; }
span { border-color: rgb(200,182,64); }
td.TdClassName
{
border-color: #C8B640;
}
.TagClassName
{
border-color: #C8B640;
}
</style>