Shades of Buddha Gold #C1A223
Tints of Buddha Gold #C1A223
RGB
CMYK
RGB Variations
Color information
#C1A223 (or 0xC1A223) is known color: Buddha Gold. HEX triplet: C1, A2 and 23. RGB value is (193,162,35). Sum of RGB (Red+Green+Blue) = 193+162+35=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 35 (14.06% from 255 or 8.97% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A223 is #3E5DDC. Grayscale: #9D9D9D. Windows color (decimal): -4087261 or 2335425. OLE color: 2335425.
HSL color Cylindrical-coordinate representation of color #C1A223: hue angle of 48.23º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1A223 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 162 | 35 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.24 |
| HSL | 48.23º | 0.69% | 0.45% | - |
| HSV(B) | 48.23º | 0.82% | 0.76% | - |
| XYZ | 35.22 | 37.3 | 6.93 | - |
| YUV | 156.79 | 59.27 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 162 | 35 | 0 | 0.16 | 0.82 | 0.24 | 48.23 | 0.69 | 0.45 |
| Hex | C1 | A2 | 23 | 0 | 10 | 52 | 18 | 30 | 45 | 2D |
| Octal | 301 | 242 | 43 | 0 | 20 | 122 | 30 | 60 | 105 | 55 |
| Binary | 11000001 | 10100010 | 100011 | 0 | 10000 | 1010010 | 11000 | 110000 | 1000101 | 101101 |
Color Harmonies of #C1A223
Complementary color
Monochromatic Colors of #C1A223
Black with #C1A223
Text Example
Text Example
White with #C1A223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A223; }
p { color: rgb(193,162,35); }
H1.HeaderClassName
{
color: #C1A223;
}
.AnyTagClassName
{
color: #C1A223;
}
</style>
background-color css
<style>
a { background-color: #C1A223; }
a { background-color: rgb(193,162,35); }
div.DivClassName
{
background-color: #C1A223;
}
.BgClassName
{
background-color: #C1A223;
}
</style>
border-color css
<style>
span { border-color: #C1A223; }
span { border-color: rgb(193,162,35); }
td.TdClassName
{
border-color: #C1A223;
}
.TagClassName
{
border-color: #C1A223;
}
</style>