Shades of Buddha Gold #C3A801
Tints of Buddha Gold #C3A801
RGB
CMYK
RGB Variations
Color information
#C3A801 (or 0xC3A801) is known color: Buddha Gold. HEX triplet: C3, A8 and 01. RGB value is (195,168,1). Sum of RGB (Red+Green+Blue) = 195+168+1=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A801 is #3C57FE. Grayscale: #9D9D9D. Windows color (decimal): -3954687 or 108739. OLE color: 108739.
HSL color Cylindrical-coordinate representation of color #C3A801: hue angle of 51.65º degrees, saturation: 0.99, 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 #C3A801 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.24 |
| HSL | 51.65º | 0.99% | 0.38% | - |
| HSV(B) | 51.65º | 0.99% | 0.76% | - |
| XYZ | 36.51 | 39.61 | 5.75 | - |
| YUV | 157.04 | 39.95 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 1 | 0 | 0.14 | 0.99 | 0.24 | 51.65 | 0.99 | 0.38 |
| Hex | C3 | A8 | 1 | 0 | E | 63 | 18 | 34 | 63 | 26 |
| Octal | 303 | 250 | 1 | 0 | 16 | 143 | 30 | 64 | 143 | 46 |
| Binary | 11000011 | 10101000 | 1 | 0 | 1110 | 1100011 | 11000 | 110100 | 1100011 | 100110 |
Color Harmonies of #C3A801
Complementary color
Monochromatic Colors of #C3A801
Black with #C3A801
Text Example
Text Example
White with #C3A801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A801; }
p { color: rgb(195,168,1); }
H1.HeaderClassName
{
color: #C3A801;
}
.AnyTagClassName
{
color: #C3A801;
}
</style>
background-color css
<style>
a { background-color: #C3A801; }
a { background-color: rgb(195,168,1); }
div.DivClassName
{
background-color: #C3A801;
}
.BgClassName
{
background-color: #C3A801;
}
</style>
border-color css
<style>
span { border-color: #C3A801; }
span { border-color: rgb(195,168,1); }
td.TdClassName
{
border-color: #C3A801;
}
.TagClassName
{
border-color: #C3A801;
}
</style>