Shades of Buddha Gold #C8A902
Tints of Buddha Gold #C8A902
RGB
CMYK
RGB Variations
Color information
#C8A902 (or 0xC8A902) is known color: Buddha Gold. HEX triplet: C8, A9 and 02. RGB value is (200,169,2). Sum of RGB (Red+Green+Blue) = 200+169+2=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A902 is #3756FD. Grayscale: #9F9F9F. Windows color (decimal): -3626750 or 174536. OLE color: 174536.
HSL color Cylindrical-coordinate representation of color #C8A902: hue angle of 50.61º degrees, saturation: 0.98, 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 #C8A902 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.22 |
| HSL | 50.61º | 0.98% | 0.4% | - |
| HSV(B) | 50.61º | 0.99% | 0.78% | - |
| XYZ | 38.02 | 40.66 | 5.9 | - |
| YUV | 159.23 | 39.27 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 2 | 0 | 0.16 | 0.99 | 0.22 | 50.61 | 0.98 | 0.4 |
| Hex | C8 | A9 | 2 | 0 | 10 | 63 | 16 | 33 | 62 | 28 |
| Octal | 310 | 251 | 2 | 0 | 20 | 143 | 26 | 63 | 142 | 50 |
| Binary | 11001000 | 10101001 | 10 | 0 | 10000 | 1100011 | 10110 | 110011 | 1100010 | 101000 |
Color Harmonies of #C8A902
Complementary color
Monochromatic Colors of #C8A902
Black with #C8A902
Text Example
Text Example
White with #C8A902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A902; }
p { color: rgb(200,169,2); }
H1.HeaderClassName
{
color: #C8A902;
}
.AnyTagClassName
{
color: #C8A902;
}
</style>
background-color css
<style>
a { background-color: #C8A902; }
a { background-color: rgb(200,169,2); }
div.DivClassName
{
background-color: #C8A902;
}
.BgClassName
{
background-color: #C8A902;
}
</style>
border-color css
<style>
span { border-color: #C8A902; }
span { border-color: rgb(200,169,2); }
td.TdClassName
{
border-color: #C8A902;
}
.TagClassName
{
border-color: #C8A902;
}
</style>