Shades of Buddha Gold #C6A108
Tints of Buddha Gold #C6A108
RGB
CMYK
RGB Variations
Color information
#C6A108 (or 0xC6A108) is known color: Buddha Gold. HEX triplet: C6, A1 and 08. RGB value is (198,161,8). Sum of RGB (Red+Green+Blue) = 198+161+8=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 8 (3.52% from 255 or 2.18% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A108 is #395EF7. Grayscale: #9B9B9B. Windows color (decimal): -3759864 or 565702. OLE color: 565702.
HSL color Cylindrical-coordinate representation of color #C6A108: hue angle of 48.32º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6A108 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 161 | 8 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.22 |
| HSL | 48.32º | 0.92% | 0.4% | - |
| HSV(B) | 48.32º | 0.96% | 0.78% | - |
| XYZ | 36.08 | 37.51 | 5.57 | - |
| YUV | 154.62 | 45.26 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 161 | 8 | 0 | 0.19 | 0.96 | 0.22 | 48.32 | 0.92 | 0.4 |
| Hex | C6 | A1 | 8 | 0 | 13 | 60 | 16 | 30 | 5C | 28 |
| Octal | 306 | 241 | 10 | 0 | 23 | 140 | 26 | 60 | 134 | 50 |
| Binary | 11000110 | 10100001 | 1000 | 0 | 10011 | 1100000 | 10110 | 110000 | 1011100 | 101000 |
Color Harmonies of #C6A108
Complementary color
Monochromatic Colors of #C6A108
Black with #C6A108
Text Example
Text Example
White with #C6A108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A108; }
p { color: rgb(198,161,8); }
H1.HeaderClassName
{
color: #C6A108;
}
.AnyTagClassName
{
color: #C6A108;
}
</style>
background-color css
<style>
a { background-color: #C6A108; }
a { background-color: rgb(198,161,8); }
div.DivClassName
{
background-color: #C6A108;
}
.BgClassName
{
background-color: #C6A108;
}
</style>
border-color css
<style>
span { border-color: #C6A108; }
span { border-color: rgb(198,161,8); }
td.TdClassName
{
border-color: #C6A108;
}
.TagClassName
{
border-color: #C6A108;
}
</style>