Shades of Buddha Gold #C2A103
Tints of Buddha Gold #C2A103
RGB
CMYK
RGB Variations
Color information
#C2A103 (or 0xC2A103) is known color: Buddha Gold. HEX triplet: C2, A1 and 03. RGB value is (194,161,3). Sum of RGB (Red+Green+Blue) = 194+161+3=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A103 is #3D5EFC. Grayscale: #999999. Windows color (decimal): -4022013 or 238018. OLE color: 238018.
HSL color Cylindrical-coordinate representation of color #C2A103: hue angle of 49.63º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2A103 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 3 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.24 |
| HSL | 49.63º | 0.97% | 0.39% | - |
| HSV(B) | 49.63º | 0.98% | 0.76% | - |
| XYZ | 35.01 | 36.97 | 5.38 | - |
| YUV | 152.86 | 43.43 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 3 | 0 | 0.17 | 0.98 | 0.24 | 49.63 | 0.97 | 0.39 |
| Hex | C2 | A1 | 3 | 0 | 11 | 62 | 18 | 32 | 61 | 27 |
| Octal | 302 | 241 | 3 | 0 | 21 | 142 | 30 | 62 | 141 | 47 |
| Binary | 11000010 | 10100001 | 11 | 0 | 10001 | 1100010 | 11000 | 110010 | 1100001 | 100111 |
Color Harmonies of #C2A103
Complementary color
Monochromatic Colors of #C2A103
Black with #C2A103
Text Example
Text Example
White with #C2A103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A103; }
p { color: rgb(194,161,3); }
H1.HeaderClassName
{
color: #C2A103;
}
.AnyTagClassName
{
color: #C2A103;
}
</style>
background-color css
<style>
a { background-color: #C2A103; }
a { background-color: rgb(194,161,3); }
div.DivClassName
{
background-color: #C2A103;
}
.BgClassName
{
background-color: #C2A103;
}
</style>
border-color css
<style>
span { border-color: #C2A103; }
span { border-color: rgb(194,161,3); }
td.TdClassName
{
border-color: #C2A103;
}
.TagClassName
{
border-color: #C2A103;
}
</style>