Shades of Buddha Gold #C7A414
Tints of Buddha Gold #C7A414
RGB
CMYK
RGB Variations
Color information
#C7A414 (or 0xC7A414) is known color: Buddha Gold. HEX triplet: C7, A4 and 14. RGB value is (199,164,20). Sum of RGB (Red+Green+Blue) = 199+164+20=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A414 is #385BEB. Grayscale: #9E9E9E. Windows color (decimal): -3693548 or 1352903. OLE color: 1352903.
HSL color Cylindrical-coordinate representation of color #C7A414: hue angle of 48.27º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7A414 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 20 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.22 |
| HSL | 48.27º | 0.82% | 0.43% | - |
| HSV(B) | 48.27º | 0.9% | 0.78% | - |
| XYZ | 36.95 | 38.74 | 6.19 | - |
| YUV | 158.05 | 50.1 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 20 | 0 | 0.18 | 0.90 | 0.22 | 48.27 | 0.82 | 0.43 |
| Hex | C7 | A4 | 14 | 0 | 12 | 5A | 16 | 30 | 52 | 2B |
| Octal | 307 | 244 | 24 | 0 | 22 | 132 | 26 | 60 | 122 | 53 |
| Binary | 11000111 | 10100100 | 10100 | 0 | 10010 | 1011010 | 10110 | 110000 | 1010010 | 101011 |
Color Harmonies of #C7A414
Complementary color
Monochromatic Colors of #C7A414
Black with #C7A414
Text Example
Text Example
White with #C7A414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A414; }
p { color: rgb(199,164,20); }
H1.HeaderClassName
{
color: #C7A414;
}
.AnyTagClassName
{
color: #C7A414;
}
</style>
background-color css
<style>
a { background-color: #C7A414; }
a { background-color: rgb(199,164,20); }
div.DivClassName
{
background-color: #C7A414;
}
.BgClassName
{
background-color: #C7A414;
}
</style>
border-color css
<style>
span { border-color: #C7A414; }
span { border-color: rgb(199,164,20); }
td.TdClassName
{
border-color: #C7A414;
}
.TagClassName
{
border-color: #C7A414;
}
</style>