Shades of Buddha Gold #C7A902
Tints of Buddha Gold #C7A902
RGB
CMYK
RGB Variations
Color information
#C7A902 (or 0xC7A902) is known color: Buddha Gold. HEX triplet: C7, A9 and 02. RGB value is (199,169,2). Sum of RGB (Red+Green+Blue) = 199+169+2=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A902 is #3856FD. Grayscale: #9F9F9F. Windows color (decimal): -3692286 or 174535. OLE color: 174535.
HSL color Cylindrical-coordinate representation of color #C7A902: hue angle of 50.86º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7A902 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.22 |
| HSL | 50.86º | 0.98% | 0.39% | - |
| HSV(B) | 50.86º | 0.99% | 0.78% | - |
| XYZ | 37.75 | 40.52 | 5.89 | - |
| YUV | 158.93 | 39.44 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 2 | 0 | 0.15 | 0.99 | 0.22 | 50.86 | 0.98 | 0.39 |
| Hex | C7 | A9 | 2 | 0 | F | 63 | 16 | 33 | 62 | 27 |
| Octal | 307 | 251 | 2 | 0 | 17 | 143 | 26 | 63 | 142 | 47 |
| Binary | 11000111 | 10101001 | 10 | 0 | 1111 | 1100011 | 10110 | 110011 | 1100010 | 100111 |
Color Harmonies of #C7A902
Complementary color
Monochromatic Colors of #C7A902
Black with #C7A902
Text Example
Text Example
White with #C7A902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A902; }
p { color: rgb(199,169,2); }
H1.HeaderClassName
{
color: #C7A902;
}
.AnyTagClassName
{
color: #C7A902;
}
</style>
background-color css
<style>
a { background-color: #C7A902; }
a { background-color: rgb(199,169,2); }
div.DivClassName
{
background-color: #C7A902;
}
.BgClassName
{
background-color: #C7A902;
}
</style>
border-color css
<style>
span { border-color: #C7A902; }
span { border-color: rgb(199,169,2); }
td.TdClassName
{
border-color: #C7A902;
}
.TagClassName
{
border-color: #C7A902;
}
</style>