Shades of Buddha Gold #C8A703
Tints of Buddha Gold #C8A703
RGB
CMYK
RGB Variations
Color information
#C8A703 (or 0xC8A703) is known color: Buddha Gold. HEX triplet: C8, A7 and 03. RGB value is (200,167,3). Sum of RGB (Red+Green+Blue) = 200+167+3=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A703 is #3758FC. Grayscale: #9E9E9E. Windows color (decimal): -3627261 or 239560. OLE color: 239560.
HSL color Cylindrical-coordinate representation of color #C8A703: hue angle of 49.95º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8A703 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 3 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.22 |
| HSL | 49.95º | 0.97% | 0.4% | - |
| HSV(B) | 49.95º | 0.99% | 0.78% | - |
| XYZ | 37.65 | 39.92 | 5.81 | - |
| YUV | 158.17 | 40.43 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 3 | 0 | 0.16 | 0.98 | 0.22 | 49.95 | 0.97 | 0.4 |
| Hex | C8 | A7 | 3 | 0 | 10 | 62 | 16 | 32 | 61 | 28 |
| Octal | 310 | 247 | 3 | 0 | 20 | 142 | 26 | 62 | 141 | 50 |
| Binary | 11001000 | 10100111 | 11 | 0 | 10000 | 1100010 | 10110 | 110010 | 1100001 | 101000 |
Color Harmonies of #C8A703
Complementary color
Monochromatic Colors of #C8A703
Black with #C8A703
Text Example
Text Example
White with #C8A703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A703; }
p { color: rgb(200,167,3); }
H1.HeaderClassName
{
color: #C8A703;
}
.AnyTagClassName
{
color: #C8A703;
}
</style>
background-color css
<style>
a { background-color: #C8A703; }
a { background-color: rgb(200,167,3); }
div.DivClassName
{
background-color: #C8A703;
}
.BgClassName
{
background-color: #C8A703;
}
</style>
border-color css
<style>
span { border-color: #C8A703; }
span { border-color: rgb(200,167,3); }
td.TdClassName
{
border-color: #C8A703;
}
.TagClassName
{
border-color: #C8A703;
}
</style>