Shades of Buddha Gold #C8A600
Tints of Buddha Gold #C8A600
RGB
CMYK
RGB Variations
Color information
#C8A600 (or 0xC8A600) is known color: Buddha Gold. HEX triplet: C8, A6 and 00. RGB value is (200,166,0). Sum of RGB (Red+Green+Blue) = 200+166+0=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A600 is #3759FF. Grayscale: #9D9D9D. Windows color (decimal): -3627520 or 42696. OLE color: 42696.
HSL color Cylindrical-coordinate representation of color #C8A600: hue angle of 49.8º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8A600 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 166 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.22 |
| HSL | 49.8º | 1% | 0.39% | - |
| HSV(B) | 49.8º | 1% | 0.78% | - |
| XYZ | 37.46 | 39.55 | 5.66 | - |
| YUV | 157.24 | 39.26 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 0 | 0 | 0.17 | 1 | 0.22 | 49.8 | 1 | 0.39 |
| Hex | C8 | A6 | 0 | 0 | 11 | 64 | 16 | 32 | 64 | 27 |
| Octal | 310 | 246 | 0 | 0 | 21 | 144 | 26 | 62 | 144 | 47 |
| Binary | 11001000 | 10100110 | 0 | 0 | 10001 | 1100100 | 10110 | 110010 | 1100100 | 100111 |
Color Harmonies of #C8A600
Complementary color
Monochromatic Colors of #C8A600
Black with #C8A600
Text Example
Text Example
White with #C8A600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A600; }
p { color: rgb(200,166,0); }
H1.HeaderClassName
{
color: #C8A600;
}
.AnyTagClassName
{
color: #C8A600;
}
</style>
background-color css
<style>
a { background-color: #C8A600; }
a { background-color: rgb(200,166,0); }
div.DivClassName
{
background-color: #C8A600;
}
.BgClassName
{
background-color: #C8A600;
}
</style>
border-color css
<style>
span { border-color: #C8A600; }
span { border-color: rgb(200,166,0); }
td.TdClassName
{
border-color: #C8A600;
}
.TagClassName
{
border-color: #C8A600;
}
</style>