Shades of Buddha Gold #C7A308
Tints of Buddha Gold #C7A308
RGB
CMYK
RGB Variations
Color information
#C7A308 (or 0xC7A308) is known color: Buddha Gold. HEX triplet: C7, A3 and 08. RGB value is (199,163,8). Sum of RGB (Red+Green+Blue) = 199+163+8=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A308 is #385CF7. Grayscale: #9C9C9C. Windows color (decimal): -3693816 or 566215. OLE color: 566215.
HSL color Cylindrical-coordinate representation of color #C7A308: hue angle of 48.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7A308 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 8 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.22 |
| HSL | 48.69º | 0.92% | 0.41% | - |
| HSV(B) | 48.69º | 0.96% | 0.78% | - |
| XYZ | 36.69 | 38.35 | 5.7 | - |
| YUV | 156.09 | 44.43 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 8 | 0 | 0.18 | 0.96 | 0.22 | 48.69 | 0.92 | 0.41 |
| Hex | C7 | A3 | 8 | 0 | 12 | 60 | 16 | 31 | 5C | 29 |
| Octal | 307 | 243 | 10 | 0 | 22 | 140 | 26 | 61 | 134 | 51 |
| Binary | 11000111 | 10100011 | 1000 | 0 | 10010 | 1100000 | 10110 | 110001 | 1011100 | 101001 |
Color Harmonies of #C7A308
Complementary color
Monochromatic Colors of #C7A308
Black with #C7A308
Text Example
Text Example
White with #C7A308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A308; }
p { color: rgb(199,163,8); }
H1.HeaderClassName
{
color: #C7A308;
}
.AnyTagClassName
{
color: #C7A308;
}
</style>
background-color css
<style>
a { background-color: #C7A308; }
a { background-color: rgb(199,163,8); }
div.DivClassName
{
background-color: #C7A308;
}
.BgClassName
{
background-color: #C7A308;
}
</style>
border-color css
<style>
span { border-color: #C7A308; }
span { border-color: rgb(199,163,8); }
td.TdClassName
{
border-color: #C7A308;
}
.TagClassName
{
border-color: #C7A308;
}
</style>