Shades of Buddha Gold #C7A102
Tints of Buddha Gold #C7A102
RGB
CMYK
RGB Variations
Color information
#C7A102 (or 0xC7A102) is known color: Buddha Gold. HEX triplet: C7, A1 and 02. RGB value is (199,161,2). Sum of RGB (Red+Green+Blue) = 199+161+2=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A102 is #385EFD. Grayscale: #9A9A9A. Windows color (decimal): -3694334 or 172487. OLE color: 172487.
HSL color Cylindrical-coordinate representation of color #C7A102: hue angle of 48.43º 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 #C7A102 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.22 |
| HSL | 48.43º | 0.98% | 0.39% | - |
| HSV(B) | 48.43º | 0.99% | 0.78% | - |
| XYZ | 36.31 | 37.64 | 5.41 | - |
| YUV | 154.24 | 42.09 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 2 | 0 | 0.19 | 0.99 | 0.22 | 48.43 | 0.98 | 0.39 |
| Hex | C7 | A1 | 2 | 0 | 13 | 63 | 16 | 30 | 62 | 27 |
| Octal | 307 | 241 | 2 | 0 | 23 | 143 | 26 | 60 | 142 | 47 |
| Binary | 11000111 | 10100001 | 10 | 0 | 10011 | 1100011 | 10110 | 110000 | 1100010 | 100111 |
Color Harmonies of #C7A102
Complementary color
Monochromatic Colors of #C7A102
Black with #C7A102
Text Example
Text Example
White with #C7A102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A102; }
p { color: rgb(199,161,2); }
H1.HeaderClassName
{
color: #C7A102;
}
.AnyTagClassName
{
color: #C7A102;
}
</style>
background-color css
<style>
a { background-color: #C7A102; }
a { background-color: rgb(199,161,2); }
div.DivClassName
{
background-color: #C7A102;
}
.BgClassName
{
background-color: #C7A102;
}
</style>
border-color css
<style>
span { border-color: #C7A102; }
span { border-color: rgb(199,161,2); }
td.TdClassName
{
border-color: #C7A102;
}
.TagClassName
{
border-color: #C7A102;
}
</style>