Shades of Buddha Gold #C3A218
Tints of Buddha Gold #C3A218
RGB
CMYK
RGB Variations
Color information
#C3A218 (or 0xC3A218) is known color: Buddha Gold. HEX triplet: C3, A2 and 18. RGB value is (195,162,24). Sum of RGB (Red+Green+Blue) = 195+162+24=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 24 (9.77% from 255 or 6.30% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A218 is #3C5DE7. Grayscale: #9C9C9C. Windows color (decimal): -3956200 or 1614531. OLE color: 1614531.
HSL color Cylindrical-coordinate representation of color #C3A218: hue angle of 48.42º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3A218 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 162 | 24 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.24 |
| HSL | 48.42º | 0.78% | 0.43% | - |
| HSV(B) | 48.42º | 0.88% | 0.76% | - |
| XYZ | 35.59 | 37.51 | 6.23 | - |
| YUV | 156.14 | 53.43 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 162 | 24 | 0 | 0.17 | 0.88 | 0.24 | 48.42 | 0.78 | 0.43 |
| Hex | C3 | A2 | 18 | 0 | 11 | 58 | 18 | 30 | 4E | 2B |
| Octal | 303 | 242 | 30 | 0 | 21 | 130 | 30 | 60 | 116 | 53 |
| Binary | 11000011 | 10100010 | 11000 | 0 | 10001 | 1011000 | 11000 | 110000 | 1001110 | 101011 |
Color Harmonies of #C3A218
Complementary color
Monochromatic Colors of #C3A218
Black with #C3A218
Text Example
Text Example
White with #C3A218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A218; }
p { color: rgb(195,162,24); }
H1.HeaderClassName
{
color: #C3A218;
}
.AnyTagClassName
{
color: #C3A218;
}
</style>
background-color css
<style>
a { background-color: #C3A218; }
a { background-color: rgb(195,162,24); }
div.DivClassName
{
background-color: #C3A218;
}
.BgClassName
{
background-color: #C3A218;
}
</style>
border-color css
<style>
span { border-color: #C3A218; }
span { border-color: rgb(195,162,24); }
td.TdClassName
{
border-color: #C3A218;
}
.TagClassName
{
border-color: #C3A218;
}
</style>