Shades of Buddha Gold #C7A123
Tints of Buddha Gold #C7A123
RGB
CMYK
RGB Variations
Color information
#C7A123 (or 0xC7A123) is known color: Buddha Gold. HEX triplet: C7, A1 and 23. RGB value is (199,161,35). Sum of RGB (Red+Green+Blue) = 199+161+35=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 35 (14.06% from 255 or 8.86% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A123 is #385EDC. Grayscale: #9E9E9E. Windows color (decimal): -3694301 or 2335175. OLE color: 2335175.
HSL color Cylindrical-coordinate representation of color #C7A123: hue angle of 46.1º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7A123 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 35 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.22 |
| HSL | 46.1º | 0.7% | 0.46% | - |
| HSV(B) | 46.1º | 0.82% | 0.78% | - |
| XYZ | 36.6 | 37.75 | 6.95 | - |
| YUV | 158 | 58.59 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 35 | 0 | 0.19 | 0.82 | 0.22 | 46.1 | 0.7 | 0.46 |
| Hex | C7 | A1 | 23 | 0 | 13 | 52 | 16 | 2E | 46 | 2E |
| Octal | 307 | 241 | 43 | 0 | 23 | 122 | 26 | 56 | 106 | 56 |
| Binary | 11000111 | 10100001 | 100011 | 0 | 10011 | 1010010 | 10110 | 101110 | 1000110 | 101110 |
Color Harmonies of #C7A123
Complementary color
Monochromatic Colors of #C7A123
Black with #C7A123
Text Example
Text Example
White with #C7A123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A123; }
p { color: rgb(199,161,35); }
H1.HeaderClassName
{
color: #C7A123;
}
.AnyTagClassName
{
color: #C7A123;
}
</style>
background-color css
<style>
a { background-color: #C7A123; }
a { background-color: rgb(199,161,35); }
div.DivClassName
{
background-color: #C7A123;
}
.BgClassName
{
background-color: #C7A123;
}
</style>
border-color css
<style>
span { border-color: #C7A123; }
span { border-color: rgb(199,161,35); }
td.TdClassName
{
border-color: #C7A123;
}
.TagClassName
{
border-color: #C7A123;
}
</style>