Shades of Buddha Gold #C2A403
Tints of Buddha Gold #C2A403
RGB
CMYK
RGB Variations
Color information
#C2A403 (or 0xC2A403) is known color: Buddha Gold. HEX triplet: C2, A4 and 03. RGB value is (194,164,3). Sum of RGB (Red+Green+Blue) = 194+164+3=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A403 is #3D5BFC. Grayscale: #9B9B9B. Windows color (decimal): -4021245 or 238786. OLE color: 238786.
HSL color Cylindrical-coordinate representation of color #C2A403: hue angle of 50.58º 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 #C2A403 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.24 |
| HSL | 50.58º | 0.97% | 0.39% | - |
| HSV(B) | 50.58º | 0.98% | 0.76% | - |
| XYZ | 35.54 | 38.03 | 5.55 | - |
| YUV | 154.62 | 42.44 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 3 | 0 | 0.15 | 0.98 | 0.24 | 50.58 | 0.97 | 0.39 |
| Hex | C2 | A4 | 3 | 0 | F | 62 | 18 | 33 | 61 | 27 |
| Octal | 302 | 244 | 3 | 0 | 17 | 142 | 30 | 63 | 141 | 47 |
| Binary | 11000010 | 10100100 | 11 | 0 | 1111 | 1100010 | 11000 | 110011 | 1100001 | 100111 |
Color Harmonies of #C2A403
Complementary color
Monochromatic Colors of #C2A403
Black with #C2A403
Text Example
Text Example
White with #C2A403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A403; }
p { color: rgb(194,164,3); }
H1.HeaderClassName
{
color: #C2A403;
}
.AnyTagClassName
{
color: #C2A403;
}
</style>
background-color css
<style>
a { background-color: #C2A403; }
a { background-color: rgb(194,164,3); }
div.DivClassName
{
background-color: #C2A403;
}
.BgClassName
{
background-color: #C2A403;
}
</style>
border-color css
<style>
span { border-color: #C2A403; }
span { border-color: rgb(194,164,3); }
td.TdClassName
{
border-color: #C2A403;
}
.TagClassName
{
border-color: #C2A403;
}
</style>