Shades of Buddha Gold #C3AC0B
Tints of Buddha Gold #C3AC0B
RGB
CMYK
RGB Variations
Color information
#C3AC0B (or 0xC3AC0B) is known color: Buddha Gold. HEX triplet: C3, AC and 0B. RGB value is (195,172,11). Sum of RGB (Red+Green+Blue) = 195+172+11=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AC0B is #3C53F4. Grayscale: #A1A1A1. Windows color (decimal): -3953653 or 765123. OLE color: 765123.
HSL color Cylindrical-coordinate representation of color #C3AC0B: hue angle of 52.5º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3AC0B is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 172 | 11 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.24 |
| HSL | 52.5º | 0.89% | 0.4% | - |
| HSV(B) | 52.5º | 0.94% | 0.76% | - |
| XYZ | 37.32 | 41.13 | 6.29 | - |
| YUV | 160.52 | 43.62 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 11 | 0 | 0.12 | 0.94 | 0.24 | 52.5 | 0.89 | 0.4 |
| Hex | C3 | AC | B | 0 | C | 5E | 18 | 34 | 59 | 28 |
| Octal | 303 | 254 | 13 | 0 | 14 | 136 | 30 | 64 | 131 | 50 |
| Binary | 11000011 | 10101100 | 1011 | 0 | 1100 | 1011110 | 11000 | 110100 | 1011001 | 101000 |
Color Harmonies of #C3AC0B
Complementary color
Monochromatic Colors of #C3AC0B
Black with #C3AC0B
Text Example
Text Example
White with #C3AC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AC0B; }
p { color: rgb(195,172,11); }
H1.HeaderClassName
{
color: #C3AC0B;
}
.AnyTagClassName
{
color: #C3AC0B;
}
</style>
background-color css
<style>
a { background-color: #C3AC0B; }
a { background-color: rgb(195,172,11); }
div.DivClassName
{
background-color: #C3AC0B;
}
.BgClassName
{
background-color: #C3AC0B;
}
</style>
border-color css
<style>
span { border-color: #C3AC0B; }
span { border-color: rgb(195,172,11); }
td.TdClassName
{
border-color: #C3AC0B;
}
.TagClassName
{
border-color: #C3AC0B;
}
</style>