Shades of Buddha Gold #C3A100
Tints of Buddha Gold #C3A100
RGB
CMYK
RGB Variations
Color information
#C3A100 (or 0xC3A100) is known color: Buddha Gold. HEX triplet: C3, A1 and 00. RGB value is (195,161,0). Sum of RGB (Red+Green+Blue) = 195+161+0=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A100 is #3C5EFF. Grayscale: #999999. Windows color (decimal): -3956480 or 41411. OLE color: 41411.
HSL color Cylindrical-coordinate representation of color #C3A100: hue angle of 49.54º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3A100 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.24 |
| HSL | 49.54º | 1% | 0.38% | - |
| HSV(B) | 49.54º | 1% | 0.76% | - |
| XYZ | 35.25 | 37.09 | 5.3 | - |
| YUV | 152.81 | 41.76 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 0 | 0 | 0.17 | 1 | 0.24 | 49.54 | 1 | 0.38 |
| Hex | C3 | A1 | 0 | 0 | 11 | 64 | 18 | 32 | 64 | 26 |
| Octal | 303 | 241 | 0 | 0 | 21 | 144 | 30 | 62 | 144 | 46 |
| Binary | 11000011 | 10100001 | 0 | 0 | 10001 | 1100100 | 11000 | 110010 | 1100100 | 100110 |
Color Harmonies of #C3A100
Complementary color
Monochromatic Colors of #C3A100
Black with #C3A100
Text Example
Text Example
White with #C3A100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A100; }
p { color: rgb(195,161,0); }
H1.HeaderClassName
{
color: #C3A100;
}
.AnyTagClassName
{
color: #C3A100;
}
</style>
background-color css
<style>
a { background-color: #C3A100; }
a { background-color: rgb(195,161,0); }
div.DivClassName
{
background-color: #C3A100;
}
.BgClassName
{
background-color: #C3A100;
}
</style>
border-color css
<style>
span { border-color: #C3A100; }
span { border-color: rgb(195,161,0); }
td.TdClassName
{
border-color: #C3A100;
}
.TagClassName
{
border-color: #C3A100;
}
</style>