Shades of Buddha Gold #C3AB0D
Tints of Buddha Gold #C3AB0D
RGB
CMYK
RGB Variations
Color information
#C3AB0D (or 0xC3AB0D) is known color: Buddha Gold. HEX triplet: C3, AB and 0D. RGB value is (195,171,13). Sum of RGB (Red+Green+Blue) = 195+171+13=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AB0D is #3C54F2. Grayscale: #A0A0A0. Windows color (decimal): -3953907 or 895939. OLE color: 895939.
HSL color Cylindrical-coordinate representation of color #C3AB0D: hue angle of 52.09º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3AB0D is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 171 | 13 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.24 |
| HSL | 52.09º | 0.88% | 0.41% | - |
| HSV(B) | 52.09º | 0.93% | 0.76% | - |
| XYZ | 37.14 | 40.76 | 6.29 | - |
| YUV | 160.16 | 44.95 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 171 | 13 | 0 | 0.12 | 0.93 | 0.24 | 52.09 | 0.88 | 0.41 |
| Hex | C3 | AB | D | 0 | C | 5D | 18 | 34 | 58 | 29 |
| Octal | 303 | 253 | 15 | 0 | 14 | 135 | 30 | 64 | 130 | 51 |
| Binary | 11000011 | 10101011 | 1101 | 0 | 1100 | 1011101 | 11000 | 110100 | 1011000 | 101001 |
Color Harmonies of #C3AB0D
Complementary color
Monochromatic Colors of #C3AB0D
Black with #C3AB0D
Text Example
Text Example
White with #C3AB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AB0D; }
p { color: rgb(195,171,13); }
H1.HeaderClassName
{
color: #C3AB0D;
}
.AnyTagClassName
{
color: #C3AB0D;
}
</style>
background-color css
<style>
a { background-color: #C3AB0D; }
a { background-color: rgb(195,171,13); }
div.DivClassName
{
background-color: #C3AB0D;
}
.BgClassName
{
background-color: #C3AB0D;
}
</style>
border-color css
<style>
span { border-color: #C3AB0D; }
span { border-color: rgb(195,171,13); }
td.TdClassName
{
border-color: #C3AB0D;
}
.TagClassName
{
border-color: #C3AB0D;
}
</style>