Shades of Buddha Gold #C7A023
Tints of Buddha Gold #C7A023
RGB
CMYK
RGB Variations
Color information
#C7A023 (or 0xC7A023) is known color: Buddha Gold. HEX triplet: C7, A0 and 23. RGB value is (199,160,35). Sum of RGB (Red+Green+Blue) = 199+160+35=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 35 (14.06% from 255 or 8.88% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A023 is #385FDC. Grayscale: #9D9D9D. Windows color (decimal): -3694557 or 2334919. OLE color: 2334919.
HSL color Cylindrical-coordinate representation of color #C7A023: hue angle of 45.73º 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 #C7A023 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 35 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.22 |
| HSL | 45.73º | 0.7% | 0.46% | - |
| HSV(B) | 45.73º | 0.82% | 0.78% | - |
| XYZ | 36.43 | 37.41 | 6.89 | - |
| YUV | 157.41 | 58.92 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 35 | 0 | 0.20 | 0.82 | 0.22 | 45.73 | 0.7 | 0.46 |
| Hex | C7 | A0 | 23 | 0 | 14 | 52 | 16 | 2E | 46 | 2E |
| Octal | 307 | 240 | 43 | 0 | 24 | 122 | 26 | 56 | 106 | 56 |
| Binary | 11000111 | 10100000 | 100011 | 0 | 10100 | 1010010 | 10110 | 101110 | 1000110 | 101110 |
Color Harmonies of #C7A023
Complementary color
Monochromatic Colors of #C7A023
Black with #C7A023
Text Example
Text Example
White with #C7A023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A023; }
p { color: rgb(199,160,35); }
H1.HeaderClassName
{
color: #C7A023;
}
.AnyTagClassName
{
color: #C7A023;
}
</style>
background-color css
<style>
a { background-color: #C7A023; }
a { background-color: rgb(199,160,35); }
div.DivClassName
{
background-color: #C7A023;
}
.BgClassName
{
background-color: #C7A023;
}
</style>
border-color css
<style>
span { border-color: #C7A023; }
span { border-color: rgb(199,160,35); }
td.TdClassName
{
border-color: #C7A023;
}
.TagClassName
{
border-color: #C7A023;
}
</style>