Shades of Buddha Gold #C7A802
Tints of Buddha Gold #C7A802
RGB
CMYK
RGB Variations
Color information
#C7A802 (or 0xC7A802) is known color: Buddha Gold. HEX triplet: C7, A8 and 02. RGB value is (199,168,2). Sum of RGB (Red+Green+Blue) = 199+168+2=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A802 is #3857FD. Grayscale: #9F9F9F. Windows color (decimal): -3692542 or 174279. OLE color: 174279.
HSL color Cylindrical-coordinate representation of color #C7A802: hue angle of 50.56º 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 #C7A802 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 168 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.22 |
| HSL | 50.56º | 0.98% | 0.39% | - |
| HSV(B) | 50.56º | 0.99% | 0.78% | - |
| XYZ | 37.57 | 40.15 | 5.83 | - |
| YUV | 158.35 | 39.77 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 2 | 0 | 0.16 | 0.99 | 0.22 | 50.56 | 0.98 | 0.39 |
| Hex | C7 | A8 | 2 | 0 | 10 | 63 | 16 | 33 | 62 | 27 |
| Octal | 307 | 250 | 2 | 0 | 20 | 143 | 26 | 63 | 142 | 47 |
| Binary | 11000111 | 10101000 | 10 | 0 | 10000 | 1100011 | 10110 | 110011 | 1100010 | 100111 |
Color Harmonies of #C7A802
Complementary color
Monochromatic Colors of #C7A802
Black with #C7A802
Text Example
Text Example
White with #C7A802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A802; }
p { color: rgb(199,168,2); }
H1.HeaderClassName
{
color: #C7A802;
}
.AnyTagClassName
{
color: #C7A802;
}
</style>
background-color css
<style>
a { background-color: #C7A802; }
a { background-color: rgb(199,168,2); }
div.DivClassName
{
background-color: #C7A802;
}
.BgClassName
{
background-color: #C7A802;
}
</style>
border-color css
<style>
span { border-color: #C7A802; }
span { border-color: rgb(199,168,2); }
td.TdClassName
{
border-color: #C7A802;
}
.TagClassName
{
border-color: #C7A802;
}
</style>