Shades of Buddha Gold #C8AB06
Tints of Buddha Gold #C8AB06
RGB
CMYK
RGB Variations
Color information
#C8AB06 (or 0xC8AB06) is known color: Buddha Gold. HEX triplet: C8, AB and 06. RGB value is (200,171,6). Sum of RGB (Red+Green+Blue) = 200+171+6=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AB06 is #3754F9. Grayscale: #A1A1A1. Windows color (decimal): -3626234 or 437192. OLE color: 437192.
HSL color Cylindrical-coordinate representation of color #C8AB06: hue angle of 51.03º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8AB06 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 6 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.22 |
| HSL | 51.03º | 0.94% | 0.4% | - |
| HSV(B) | 51.03º | 0.97% | 0.78% | - |
| XYZ | 38.42 | 41.42 | 6.14 | - |
| YUV | 160.86 | 40.61 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 6 | 0 | 0.14 | 0.97 | 0.22 | 51.03 | 0.94 | 0.4 |
| Hex | C8 | AB | 6 | 0 | E | 61 | 16 | 33 | 5E | 28 |
| Octal | 310 | 253 | 6 | 0 | 16 | 141 | 26 | 63 | 136 | 50 |
| Binary | 11001000 | 10101011 | 110 | 0 | 1110 | 1100001 | 10110 | 110011 | 1011110 | 101000 |
Color Harmonies of #C8AB06
Complementary color
Monochromatic Colors of #C8AB06
Black with #C8AB06
Text Example
Text Example
White with #C8AB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB06; }
p { color: rgb(200,171,6); }
H1.HeaderClassName
{
color: #C8AB06;
}
.AnyTagClassName
{
color: #C8AB06;
}
</style>
background-color css
<style>
a { background-color: #C8AB06; }
a { background-color: rgb(200,171,6); }
div.DivClassName
{
background-color: #C8AB06;
}
.BgClassName
{
background-color: #C8AB06;
}
</style>
border-color css
<style>
span { border-color: #C8AB06; }
span { border-color: rgb(200,171,6); }
td.TdClassName
{
border-color: #C8AB06;
}
.TagClassName
{
border-color: #C8AB06;
}
</style>