Shades of Buddha Gold #C6A112
Tints of Buddha Gold #C6A112
RGB
CMYK
RGB Variations
Color information
#C6A112 (or 0xC6A112) is known color: Buddha Gold. HEX triplet: C6, A1 and 12. RGB value is (198,161,18). Sum of RGB (Red+Green+Blue) = 198+161+18=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A112 is #395EED. Grayscale: #9C9C9C. Windows color (decimal): -3759854 or 1221062. OLE color: 1221062.
HSL color Cylindrical-coordinate representation of color #C6A112: hue angle of 47.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6A112 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 161 | 18 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.22 |
| HSL | 47.67º | 0.83% | 0.42% | - |
| HSV(B) | 47.67º | 0.91% | 0.78% | - |
| XYZ | 36.14 | 37.54 | 5.91 | - |
| YUV | 155.76 | 50.26 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 161 | 18 | 0 | 0.19 | 0.91 | 0.22 | 47.67 | 0.83 | 0.42 |
| Hex | C6 | A1 | 12 | 0 | 13 | 5B | 16 | 30 | 53 | 2A |
| Octal | 306 | 241 | 22 | 0 | 23 | 133 | 26 | 60 | 123 | 52 |
| Binary | 11000110 | 10100001 | 10010 | 0 | 10011 | 1011011 | 10110 | 110000 | 1010011 | 101010 |
Color Harmonies of #C6A112
Complementary color
Monochromatic Colors of #C6A112
Black with #C6A112
Text Example
Text Example
White with #C6A112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A112; }
p { color: rgb(198,161,18); }
H1.HeaderClassName
{
color: #C6A112;
}
.AnyTagClassName
{
color: #C6A112;
}
</style>
background-color css
<style>
a { background-color: #C6A112; }
a { background-color: rgb(198,161,18); }
div.DivClassName
{
background-color: #C6A112;
}
.BgClassName
{
background-color: #C6A112;
}
</style>
border-color css
<style>
span { border-color: #C6A112; }
span { border-color: rgb(198,161,18); }
td.TdClassName
{
border-color: #C6A112;
}
.TagClassName
{
border-color: #C6A112;
}
</style>