Shades of Buddha Gold #C7A228
Tints of Buddha Gold #C7A228
RGB
CMYK
RGB Variations
Color information
#C7A228 (or 0xC7A228) is known color: Buddha Gold. HEX triplet: C7, A2 and 28. RGB value is (199,162,40). Sum of RGB (Red+Green+Blue) = 199+162+40=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A228 is #385DD7. Grayscale: #9F9F9F. Windows color (decimal): -3694040 or 2663111. OLE color: 2663111.
HSL color Cylindrical-coordinate representation of color #C7A228: hue angle of 46.04º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7A228 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 40 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.22 |
| HSL | 46.04º | 0.67% | 0.47% | - |
| HSV(B) | 46.04º | 0.8% | 0.78% | - |
| XYZ | 36.86 | 38.14 | 7.43 | - |
| YUV | 159.16 | 60.76 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 40 | 0 | 0.19 | 0.80 | 0.22 | 46.04 | 0.67 | 0.47 |
| Hex | C7 | A2 | 28 | 0 | 13 | 50 | 16 | 2E | 43 | 2F |
| Octal | 307 | 242 | 50 | 0 | 23 | 120 | 26 | 56 | 103 | 57 |
| Binary | 11000111 | 10100010 | 101000 | 0 | 10011 | 1010000 | 10110 | 101110 | 1000011 | 101111 |
Color Harmonies of #C7A228
Complementary color
Monochromatic Colors of #C7A228
Black with #C7A228
Text Example
Text Example
White with #C7A228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A228; }
p { color: rgb(199,162,40); }
H1.HeaderClassName
{
color: #C7A228;
}
.AnyTagClassName
{
color: #C7A228;
}
</style>
background-color css
<style>
a { background-color: #C7A228; }
a { background-color: rgb(199,162,40); }
div.DivClassName
{
background-color: #C7A228;
}
.BgClassName
{
background-color: #C7A228;
}
</style>
border-color css
<style>
span { border-color: #C7A228; }
span { border-color: rgb(199,162,40); }
td.TdClassName
{
border-color: #C7A228;
}
.TagClassName
{
border-color: #C7A228;
}
</style>