Shades of Buddha Gold #C8A112
Tints of Buddha Gold #C8A112
RGB
CMYK
RGB Variations
Color information
#C8A112 (or 0xC8A112) is known color: Buddha Gold. HEX triplet: C8, A1 and 12. RGB value is (200,161,18). Sum of RGB (Red+Green+Blue) = 200+161+18=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A112 is #375EED. Grayscale: #9C9C9C. Windows color (decimal): -3628782 or 1221064. OLE color: 1221064.
HSL color Cylindrical-coordinate representation of color #C8A112: hue angle of 47.14º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8A112 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 18 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.22 |
| HSL | 47.14º | 0.83% | 0.43% | - |
| HSV(B) | 47.14º | 0.91% | 0.78% | - |
| XYZ | 36.67 | 37.81 | 5.94 | - |
| YUV | 156.36 | 49.92 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 18 | 0 | 0.19 | 0.91 | 0.22 | 47.14 | 0.83 | 0.43 |
| Hex | C8 | A1 | 12 | 0 | 13 | 5B | 16 | 2F | 53 | 2B |
| Octal | 310 | 241 | 22 | 0 | 23 | 133 | 26 | 57 | 123 | 53 |
| Binary | 11001000 | 10100001 | 10010 | 0 | 10011 | 1011011 | 10110 | 101111 | 1010011 | 101011 |
Color Harmonies of #C8A112
Complementary color
Monochromatic Colors of #C8A112
Black with #C8A112
Text Example
Text Example
White with #C8A112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A112; }
p { color: rgb(200,161,18); }
H1.HeaderClassName
{
color: #C8A112;
}
.AnyTagClassName
{
color: #C8A112;
}
</style>
background-color css
<style>
a { background-color: #C8A112; }
a { background-color: rgb(200,161,18); }
div.DivClassName
{
background-color: #C8A112;
}
.BgClassName
{
background-color: #C8A112;
}
</style>
border-color css
<style>
span { border-color: #C8A112; }
span { border-color: rgb(200,161,18); }
td.TdClassName
{
border-color: #C8A112;
}
.TagClassName
{
border-color: #C8A112;
}
</style>