Shades of Buddha Gold #C3A401
Tints of Buddha Gold #C3A401
RGB
CMYK
RGB Variations
Color information
#C3A401 (or 0xC3A401) is known color: Buddha Gold. HEX triplet: C3, A4 and 01. RGB value is (195,164,1). Sum of RGB (Red+Green+Blue) = 195+164+1=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A401 is #3C5BFE. Grayscale: #9B9B9B. Windows color (decimal): -3955711 or 107715. OLE color: 107715.
HSL color Cylindrical-coordinate representation of color #C3A401: hue angle of 50.41º 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 #C3A401 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 164 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.24 |
| HSL | 50.41º | 0.99% | 0.38% | - |
| HSV(B) | 50.41º | 0.99% | 0.76% | - |
| XYZ | 35.79 | 38.16 | 5.51 | - |
| YUV | 154.69 | 41.27 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 1 | 0 | 0.16 | 0.99 | 0.24 | 50.41 | 0.99 | 0.38 |
| Hex | C3 | A4 | 1 | 0 | 10 | 63 | 18 | 32 | 63 | 26 |
| Octal | 303 | 244 | 1 | 0 | 20 | 143 | 30 | 62 | 143 | 46 |
| Binary | 11000011 | 10100100 | 1 | 0 | 10000 | 1100011 | 11000 | 110010 | 1100011 | 100110 |
Color Harmonies of #C3A401
Complementary color
Monochromatic Colors of #C3A401
Black with #C3A401
Text Example
Text Example
White with #C3A401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A401; }
p { color: rgb(195,164,1); }
H1.HeaderClassName
{
color: #C3A401;
}
.AnyTagClassName
{
color: #C3A401;
}
</style>
background-color css
<style>
a { background-color: #C3A401; }
a { background-color: rgb(195,164,1); }
div.DivClassName
{
background-color: #C3A401;
}
.BgClassName
{
background-color: #C3A401;
}
</style>
border-color css
<style>
span { border-color: #C3A401; }
span { border-color: rgb(195,164,1); }
td.TdClassName
{
border-color: #C3A401;
}
.TagClassName
{
border-color: #C3A401;
}
</style>