Shades of Buddha Gold #C2A102
Tints of Buddha Gold #C2A102
RGB
CMYK
RGB Variations
Color information
#C2A102 (or 0xC2A102) is known color: Buddha Gold. HEX triplet: C2, A1 and 02. RGB value is (194,161,2). Sum of RGB (Red+Green+Blue) = 194+161+2=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A102 is #3D5EFD. Grayscale: #999999. Windows color (decimal): -4022014 or 172482. OLE color: 172482.
HSL color Cylindrical-coordinate representation of color #C2A102: hue angle of 49.69º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2A102 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.24 |
| HSL | 49.69º | 0.98% | 0.38% | - |
| HSV(B) | 49.69º | 0.99% | 0.76% | - |
| XYZ | 35 | 36.96 | 5.35 | - |
| YUV | 152.74 | 42.93 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 2 | 0 | 0.17 | 0.99 | 0.24 | 49.69 | 0.98 | 0.38 |
| Hex | C2 | A1 | 2 | 0 | 11 | 63 | 18 | 32 | 62 | 26 |
| Octal | 302 | 241 | 2 | 0 | 21 | 143 | 30 | 62 | 142 | 46 |
| Binary | 11000010 | 10100001 | 10 | 0 | 10001 | 1100011 | 11000 | 110010 | 1100010 | 100110 |
Color Harmonies of #C2A102
Complementary color
Monochromatic Colors of #C2A102
Black with #C2A102
Text Example
Text Example
White with #C2A102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A102; }
p { color: rgb(194,161,2); }
H1.HeaderClassName
{
color: #C2A102;
}
.AnyTagClassName
{
color: #C2A102;
}
</style>
background-color css
<style>
a { background-color: #C2A102; }
a { background-color: rgb(194,161,2); }
div.DivClassName
{
background-color: #C2A102;
}
.BgClassName
{
background-color: #C2A102;
}
</style>
border-color css
<style>
span { border-color: #C2A102; }
span { border-color: rgb(194,161,2); }
td.TdClassName
{
border-color: #C2A102;
}
.TagClassName
{
border-color: #C2A102;
}
</style>