Shades of Buddha Gold #C3A003
Tints of Buddha Gold #C3A003
RGB
CMYK
RGB Variations
Color information
#C3A003 (or 0xC3A003) is known color: Buddha Gold. HEX triplet: C3, A0 and 03. RGB value is (195,160,3). Sum of RGB (Red+Green+Blue) = 195+160+3=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A003 is #3C5FFC. Grayscale: #999999. Windows color (decimal): -3956733 or 237763. OLE color: 237763.
HSL color Cylindrical-coordinate representation of color #C3A003: hue angle of 49.06º 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 #C3A003 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 3 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.24 |
| HSL | 49.06º | 0.97% | 0.39% | - |
| HSV(B) | 49.06º | 0.98% | 0.76% | - |
| XYZ | 35.09 | 36.75 | 5.33 | - |
| YUV | 152.57 | 43.6 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 3 | 0 | 0.18 | 0.98 | 0.24 | 49.06 | 0.97 | 0.39 |
| Hex | C3 | A0 | 3 | 0 | 12 | 62 | 18 | 31 | 61 | 27 |
| Octal | 303 | 240 | 3 | 0 | 22 | 142 | 30 | 61 | 141 | 47 |
| Binary | 11000011 | 10100000 | 11 | 0 | 10010 | 1100010 | 11000 | 110001 | 1100001 | 100111 |
Color Harmonies of #C3A003
Complementary color
Monochromatic Colors of #C3A003
Black with #C3A003
Text Example
Text Example
White with #C3A003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A003; }
p { color: rgb(195,160,3); }
H1.HeaderClassName
{
color: #C3A003;
}
.AnyTagClassName
{
color: #C3A003;
}
</style>
background-color css
<style>
a { background-color: #C3A003; }
a { background-color: rgb(195,160,3); }
div.DivClassName
{
background-color: #C3A003;
}
.BgClassName
{
background-color: #C3A003;
}
</style>
border-color css
<style>
span { border-color: #C3A003; }
span { border-color: rgb(195,160,3); }
td.TdClassName
{
border-color: #C3A003;
}
.TagClassName
{
border-color: #C3A003;
}
</style>