Shades of Buddha Gold #C7A324
Tints of Buddha Gold #C7A324
RGB
CMYK
RGB Variations
Color information
#C7A324 (or 0xC7A324) is known color: Buddha Gold. HEX triplet: C7, A3 and 24. RGB value is (199,163,36). Sum of RGB (Red+Green+Blue) = 199+163+36=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 36 (14.45% from 255 or 9.05% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A324 is #385CDB. Grayscale: #9F9F9F. Windows color (decimal): -3693788 or 2401223. OLE color: 2401223.
HSL color Cylindrical-coordinate representation of color #C7A324: hue angle of 46.75º degrees, saturation: 0.69, 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 #C7A324 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 36 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.22 |
| HSL | 46.75º | 0.69% | 0.46% | - |
| HSV(B) | 46.75º | 0.82% | 0.78% | - |
| XYZ | 36.97 | 38.46 | 7.14 | - |
| YUV | 159.29 | 58.43 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 36 | 0 | 0.18 | 0.82 | 0.22 | 46.75 | 0.69 | 0.46 |
| Hex | C7 | A3 | 24 | 0 | 12 | 52 | 16 | 2F | 45 | 2E |
| Octal | 307 | 243 | 44 | 0 | 22 | 122 | 26 | 57 | 105 | 56 |
| Binary | 11000111 | 10100011 | 100100 | 0 | 10010 | 1010010 | 10110 | 101111 | 1000101 | 101110 |
Color Harmonies of #C7A324
Complementary color
Monochromatic Colors of #C7A324
Black with #C7A324
Text Example
Text Example
White with #C7A324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A324; }
p { color: rgb(199,163,36); }
H1.HeaderClassName
{
color: #C7A324;
}
.AnyTagClassName
{
color: #C7A324;
}
</style>
background-color css
<style>
a { background-color: #C7A324; }
a { background-color: rgb(199,163,36); }
div.DivClassName
{
background-color: #C7A324;
}
.BgClassName
{
background-color: #C7A324;
}
</style>
border-color css
<style>
span { border-color: #C7A324; }
span { border-color: rgb(199,163,36); }
td.TdClassName
{
border-color: #C7A324;
}
.TagClassName
{
border-color: #C7A324;
}
</style>