Shades of Buddha Gold #C3A11C
Tints of Buddha Gold #C3A11C
RGB
CMYK
RGB Variations
Color information
#C3A11C (or 0xC3A11C) is known color: Buddha Gold. HEX triplet: C3, A1 and 1C. RGB value is (195,161,28). Sum of RGB (Red+Green+Blue) = 195+161+28=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A11C is #3C5EE3. Grayscale: #9C9C9C. Windows color (decimal): -3956452 or 1876419. OLE color: 1876419.
HSL color Cylindrical-coordinate representation of color #C3A11C: hue angle of 47.78º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3A11C is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 28 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.24 |
| HSL | 47.78º | 0.75% | 0.44% | - |
| HSV(B) | 47.78º | 0.86% | 0.76% | - |
| XYZ | 35.46 | 37.18 | 6.41 | - |
| YUV | 156 | 55.76 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 28 | 0 | 0.17 | 0.86 | 0.24 | 47.78 | 0.75 | 0.44 |
| Hex | C3 | A1 | 1C | 0 | 11 | 56 | 18 | 30 | 4B | 2C |
| Octal | 303 | 241 | 34 | 0 | 21 | 126 | 30 | 60 | 113 | 54 |
| Binary | 11000011 | 10100001 | 11100 | 0 | 10001 | 1010110 | 11000 | 110000 | 1001011 | 101100 |
Color Harmonies of #C3A11C
Complementary color
Monochromatic Colors of #C3A11C
Black with #C3A11C
Text Example
Text Example
White with #C3A11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A11C; }
p { color: rgb(195,161,28); }
H1.HeaderClassName
{
color: #C3A11C;
}
.AnyTagClassName
{
color: #C3A11C;
}
</style>
background-color css
<style>
a { background-color: #C3A11C; }
a { background-color: rgb(195,161,28); }
div.DivClassName
{
background-color: #C3A11C;
}
.BgClassName
{
background-color: #C3A11C;
}
</style>
border-color css
<style>
span { border-color: #C3A11C; }
span { border-color: rgb(195,161,28); }
td.TdClassName
{
border-color: #C3A11C;
}
.TagClassName
{
border-color: #C3A11C;
}
</style>