Shades of Buddha Gold #C7A608
Tints of Buddha Gold #C7A608
RGB
CMYK
RGB Variations
Color information
#C7A608 (or 0xC7A608) is known color: Buddha Gold. HEX triplet: C7, A6 and 08. RGB value is (199,166,8). Sum of RGB (Red+Green+Blue) = 199+166+8=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A608 is #3859F7. Grayscale: #9E9E9E. Windows color (decimal): -3693048 or 566983. OLE color: 566983.
HSL color Cylindrical-coordinate representation of color #C7A608: hue angle of 49.63º 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 #C7A608 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 8 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.22 |
| HSL | 49.63º | 0.92% | 0.41% | - |
| HSV(B) | 49.63º | 0.96% | 0.78% | - |
| XYZ | 37.23 | 39.43 | 5.88 | - |
| YUV | 157.86 | 43.43 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 8 | 0 | 0.17 | 0.96 | 0.22 | 49.63 | 0.92 | 0.41 |
| Hex | C7 | A6 | 8 | 0 | 11 | 60 | 16 | 32 | 5C | 29 |
| Octal | 307 | 246 | 10 | 0 | 21 | 140 | 26 | 62 | 134 | 51 |
| Binary | 11000111 | 10100110 | 1000 | 0 | 10001 | 1100000 | 10110 | 110010 | 1011100 | 101001 |
Color Harmonies of #C7A608
Complementary color
Monochromatic Colors of #C7A608
Black with #C7A608
Text Example
Text Example
White with #C7A608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A608; }
p { color: rgb(199,166,8); }
H1.HeaderClassName
{
color: #C7A608;
}
.AnyTagClassName
{
color: #C7A608;
}
</style>
background-color css
<style>
a { background-color: #C7A608; }
a { background-color: rgb(199,166,8); }
div.DivClassName
{
background-color: #C7A608;
}
.BgClassName
{
background-color: #C7A608;
}
</style>
border-color css
<style>
span { border-color: #C7A608; }
span { border-color: rgb(199,166,8); }
td.TdClassName
{
border-color: #C7A608;
}
.TagClassName
{
border-color: #C7A608;
}
</style>