Shades of Buddha Gold #C8A80B
Tints of Buddha Gold #C8A80B
RGB
CMYK
RGB Variations
Color information
#C8A80B (or 0xC8A80B) is known color: Buddha Gold. HEX triplet: C8, A8 and 0B. RGB value is (200,168,11). Sum of RGB (Red+Green+Blue) = 200+168+11=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A80B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A80B is #3757F4. Grayscale: #A0A0A0. Windows color (decimal): -3626997 or 764104. OLE color: 764104.
HSL color Cylindrical-coordinate representation of color #C8A80B: hue angle of 49.84º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8A80B is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 11 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.22 |
| HSL | 49.84º | 0.9% | 0.41% | - |
| HSV(B) | 49.84º | 0.95% | 0.78% | - |
| XYZ | 37.88 | 40.31 | 6.1 | - |
| YUV | 159.67 | 44.1 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 11 | 0 | 0.16 | 0.94 | 0.22 | 49.84 | 0.9 | 0.41 |
| Hex | C8 | A8 | B | 0 | 10 | 5E | 16 | 32 | 5A | 29 |
| Octal | 310 | 250 | 13 | 0 | 20 | 136 | 26 | 62 | 132 | 51 |
| Binary | 11001000 | 10101000 | 1011 | 0 | 10000 | 1011110 | 10110 | 110010 | 1011010 | 101001 |
Color Harmonies of #C8A80B
Complementary color
Monochromatic Colors of #C8A80B
Black with #C8A80B
Text Example
Text Example
White with #C8A80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A80B; }
p { color: rgb(200,168,11); }
H1.HeaderClassName
{
color: #C8A80B;
}
.AnyTagClassName
{
color: #C8A80B;
}
</style>
background-color css
<style>
a { background-color: #C8A80B; }
a { background-color: rgb(200,168,11); }
div.DivClassName
{
background-color: #C8A80B;
}
.BgClassName
{
background-color: #C8A80B;
}
</style>
border-color css
<style>
span { border-color: #C8A80B; }
span { border-color: rgb(200,168,11); }
td.TdClassName
{
border-color: #C8A80B;
}
.TagClassName
{
border-color: #C8A80B;
}
</style>