Shades of Buddha Gold #C3AB10
Tints of Buddha Gold #C3AB10
RGB
CMYK
RGB Variations
Color information
#C3AB10 (or 0xC3AB10) is known color: Buddha Gold. HEX triplet: C3, AB and 10. RGB value is (195,171,16). Sum of RGB (Red+Green+Blue) = 195+171+16=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AB10 is #3C54EF. Grayscale: #A1A1A1. Windows color (decimal): -3953904 or 1092547. OLE color: 1092547.
HSL color Cylindrical-coordinate representation of color #C3AB10: hue angle of 51.96º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3AB10 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 171 | 16 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.24 |
| HSL | 51.96º | 0.85% | 0.41% | - |
| HSV(B) | 51.96º | 0.92% | 0.76% | - |
| XYZ | 37.16 | 40.77 | 6.4 | - |
| YUV | 160.51 | 46.45 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 171 | 16 | 0 | 0.12 | 0.92 | 0.24 | 51.96 | 0.85 | 0.41 |
| Hex | C3 | AB | 10 | 0 | C | 5C | 18 | 34 | 55 | 29 |
| Octal | 303 | 253 | 20 | 0 | 14 | 134 | 30 | 64 | 125 | 51 |
| Binary | 11000011 | 10101011 | 10000 | 0 | 1100 | 1011100 | 11000 | 110100 | 1010101 | 101001 |
Color Harmonies of #C3AB10
Complementary color
Monochromatic Colors of #C3AB10
Black with #C3AB10
Text Example
Text Example
White with #C3AB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AB10; }
p { color: rgb(195,171,16); }
H1.HeaderClassName
{
color: #C3AB10;
}
.AnyTagClassName
{
color: #C3AB10;
}
</style>
background-color css
<style>
a { background-color: #C3AB10; }
a { background-color: rgb(195,171,16); }
div.DivClassName
{
background-color: #C3AB10;
}
.BgClassName
{
background-color: #C3AB10;
}
</style>
border-color css
<style>
span { border-color: #C3AB10; }
span { border-color: rgb(195,171,16); }
td.TdClassName
{
border-color: #C3AB10;
}
.TagClassName
{
border-color: #C3AB10;
}
</style>