Shades of Buddha Gold #C1A201
Tints of Buddha Gold #C1A201
RGB
CMYK
RGB Variations
Color information
#C1A201 (or 0xC1A201) is known color: Buddha Gold. HEX triplet: C1, A2 and 01. RGB value is (193,162,1). Sum of RGB (Red+Green+Blue) = 193+162+1=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A201 is #3E5DFE. Grayscale: #999999. Windows color (decimal): -4087295 or 107201. OLE color: 107201.
HSL color Cylindrical-coordinate representation of color #C1A201: hue angle of 50.31º 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 #C1A201 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 162 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.24 |
| HSL | 50.31º | 0.99% | 0.38% | - |
| HSV(B) | 50.31º | 0.99% | 0.76% | - |
| XYZ | 34.92 | 37.18 | 5.36 | - |
| YUV | 152.92 | 42.27 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 162 | 1 | 0 | 0.16 | 0.99 | 0.24 | 50.31 | 0.99 | 0.38 |
| Hex | C1 | A2 | 1 | 0 | 10 | 63 | 18 | 32 | 63 | 26 |
| Octal | 301 | 242 | 1 | 0 | 20 | 143 | 30 | 62 | 143 | 46 |
| Binary | 11000001 | 10100010 | 1 | 0 | 10000 | 1100011 | 11000 | 110010 | 1100011 | 100110 |
Color Harmonies of #C1A201
Complementary color
Monochromatic Colors of #C1A201
Black with #C1A201
Text Example
Text Example
White with #C1A201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A201; }
p { color: rgb(193,162,1); }
H1.HeaderClassName
{
color: #C1A201;
}
.AnyTagClassName
{
color: #C1A201;
}
</style>
background-color css
<style>
a { background-color: #C1A201; }
a { background-color: rgb(193,162,1); }
div.DivClassName
{
background-color: #C1A201;
}
.BgClassName
{
background-color: #C1A201;
}
</style>
border-color css
<style>
span { border-color: #C1A201; }
span { border-color: rgb(193,162,1); }
td.TdClassName
{
border-color: #C1A201;
}
.TagClassName
{
border-color: #C1A201;
}
</style>