Shades of Buddha Gold #C3A501
Tints of Buddha Gold #C3A501
RGB
CMYK
RGB Variations
Color information
#C3A501 (or 0xC3A501) is known color: Buddha Gold. HEX triplet: C3, A5 and 01. RGB value is (195,165,1). Sum of RGB (Red+Green+Blue) = 195+165+1=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A501 is #3C5AFE. Grayscale: #9B9B9B. Windows color (decimal): -3955455 or 107971. OLE color: 107971.
HSL color Cylindrical-coordinate representation of color #C3A501: hue angle of 50.72º 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 #C3A501 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.24 |
| HSL | 50.72º | 0.99% | 0.38% | - |
| HSV(B) | 50.72º | 0.99% | 0.76% | - |
| XYZ | 35.97 | 38.51 | 5.57 | - |
| YUV | 155.27 | 40.94 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 1 | 0 | 0.15 | 0.99 | 0.24 | 50.72 | 0.99 | 0.38 |
| Hex | C3 | A5 | 1 | 0 | F | 63 | 18 | 33 | 63 | 26 |
| Octal | 303 | 245 | 1 | 0 | 17 | 143 | 30 | 63 | 143 | 46 |
| Binary | 11000011 | 10100101 | 1 | 0 | 1111 | 1100011 | 11000 | 110011 | 1100011 | 100110 |
Color Harmonies of #C3A501
Complementary color
Monochromatic Colors of #C3A501
Black with #C3A501
Text Example
Text Example
White with #C3A501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A501; }
p { color: rgb(195,165,1); }
H1.HeaderClassName
{
color: #C3A501;
}
.AnyTagClassName
{
color: #C3A501;
}
</style>
background-color css
<style>
a { background-color: #C3A501; }
a { background-color: rgb(195,165,1); }
div.DivClassName
{
background-color: #C3A501;
}
.BgClassName
{
background-color: #C3A501;
}
</style>
border-color css
<style>
span { border-color: #C3A501; }
span { border-color: rgb(195,165,1); }
td.TdClassName
{
border-color: #C3A501;
}
.TagClassName
{
border-color: #C3A501;
}
</style>