Shades of Buddha Gold #C8A108
Tints of Buddha Gold #C8A108
RGB
CMYK
RGB Variations
Color information
#C8A108 (or 0xC8A108) is known color: Buddha Gold. HEX triplet: C8, A1 and 08. RGB value is (200,161,8). Sum of RGB (Red+Green+Blue) = 200+161+8=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A108 is #375EF7. Grayscale: #9B9B9B. Windows color (decimal): -3628792 or 565704. OLE color: 565704.
HSL color Cylindrical-coordinate representation of color #C8A108: hue angle of 47.81º 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 #C8A108 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 8 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.22 |
| HSL | 47.81º | 0.92% | 0.41% | - |
| HSV(B) | 47.81º | 0.96% | 0.78% | - |
| XYZ | 36.61 | 37.79 | 5.59 | - |
| YUV | 155.22 | 44.92 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 8 | 0 | 0.19 | 0.96 | 0.22 | 47.81 | 0.92 | 0.41 |
| Hex | C8 | A1 | 8 | 0 | 13 | 60 | 16 | 30 | 5C | 29 |
| Octal | 310 | 241 | 10 | 0 | 23 | 140 | 26 | 60 | 134 | 51 |
| Binary | 11001000 | 10100001 | 1000 | 0 | 10011 | 1100000 | 10110 | 110000 | 1011100 | 101001 |
Color Harmonies of #C8A108
Complementary color
Monochromatic Colors of #C8A108
Black with #C8A108
Text Example
Text Example
White with #C8A108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A108; }
p { color: rgb(200,161,8); }
H1.HeaderClassName
{
color: #C8A108;
}
.AnyTagClassName
{
color: #C8A108;
}
</style>
background-color css
<style>
a { background-color: #C8A108; }
a { background-color: rgb(200,161,8); }
div.DivClassName
{
background-color: #C8A108;
}
.BgClassName
{
background-color: #C8A108;
}
</style>
border-color css
<style>
span { border-color: #C8A108; }
span { border-color: rgb(200,161,8); }
td.TdClassName
{
border-color: #C8A108;
}
.TagClassName
{
border-color: #C8A108;
}
</style>