Shades of Buddha Gold #C2A108
Tints of Buddha Gold #C2A108
RGB
CMYK
RGB Variations
Color information
#C2A108 (or 0xC2A108) is known color: Buddha Gold. HEX triplet: C2, A1 and 08. RGB value is (194,161,8). Sum of RGB (Red+Green+Blue) = 194+161+8=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A108 is #3D5EF7. Grayscale: #9A9A9A. Windows color (decimal): -4022008 or 565698. OLE color: 565698.
HSL color Cylindrical-coordinate representation of color #C2A108: hue angle of 49.35º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2A108 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 8 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.24 |
| HSL | 49.35º | 0.92% | 0.4% | - |
| HSV(B) | 49.35º | 0.96% | 0.76% | - |
| XYZ | 35.04 | 36.98 | 5.52 | - |
| YUV | 153.43 | 45.93 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 8 | 0 | 0.17 | 0.96 | 0.24 | 49.35 | 0.92 | 0.4 |
| Hex | C2 | A1 | 8 | 0 | 11 | 60 | 18 | 31 | 5C | 28 |
| Octal | 302 | 241 | 10 | 0 | 21 | 140 | 30 | 61 | 134 | 50 |
| Binary | 11000010 | 10100001 | 1000 | 0 | 10001 | 1100000 | 11000 | 110001 | 1011100 | 101000 |
Color Harmonies of #C2A108
Complementary color
Monochromatic Colors of #C2A108
Black with #C2A108
Text Example
Text Example
White with #C2A108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A108; }
p { color: rgb(194,161,8); }
H1.HeaderClassName
{
color: #C2A108;
}
.AnyTagClassName
{
color: #C2A108;
}
</style>
background-color css
<style>
a { background-color: #C2A108; }
a { background-color: rgb(194,161,8); }
div.DivClassName
{
background-color: #C2A108;
}
.BgClassName
{
background-color: #C2A108;
}
</style>
border-color css
<style>
span { border-color: #C2A108; }
span { border-color: rgb(194,161,8); }
td.TdClassName
{
border-color: #C2A108;
}
.TagClassName
{
border-color: #C2A108;
}
</style>