Shades of Buddha Gold #C3A11B
Tints of Buddha Gold #C3A11B
RGB
CMYK
RGB Variations
Color information
#C3A11B (or 0xC3A11B) is known color: Buddha Gold. HEX triplet: C3, A1 and 1B. RGB value is (195,161,27). Sum of RGB (Red+Green+Blue) = 195+161+27=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A11B is #3C5EE4. Grayscale: #9C9C9C. Windows color (decimal): -3956453 or 1810883. OLE color: 1810883.
HSL color Cylindrical-coordinate representation of color #C3A11B: hue angle of 47.86º degrees, saturation: 0.76, 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 #C3A11B is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 27 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.24 |
| HSL | 47.86º | 0.76% | 0.44% | - |
| HSV(B) | 47.86º | 0.86% | 0.76% | - |
| XYZ | 35.45 | 37.17 | 6.34 | - |
| YUV | 155.89 | 55.26 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 27 | 0 | 0.17 | 0.86 | 0.24 | 47.86 | 0.76 | 0.44 |
| Hex | C3 | A1 | 1B | 0 | 11 | 56 | 18 | 30 | 4C | 2C |
| Octal | 303 | 241 | 33 | 0 | 21 | 126 | 30 | 60 | 114 | 54 |
| Binary | 11000011 | 10100001 | 11011 | 0 | 10001 | 1010110 | 11000 | 110000 | 1001100 | 101100 |
Color Harmonies of #C3A11B
Complementary color
Monochromatic Colors of #C3A11B
Black with #C3A11B
Text Example
Text Example
White with #C3A11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A11B; }
p { color: rgb(195,161,27); }
H1.HeaderClassName
{
color: #C3A11B;
}
.AnyTagClassName
{
color: #C3A11B;
}
</style>
background-color css
<style>
a { background-color: #C3A11B; }
a { background-color: rgb(195,161,27); }
div.DivClassName
{
background-color: #C3A11B;
}
.BgClassName
{
background-color: #C3A11B;
}
</style>
border-color css
<style>
span { border-color: #C3A11B; }
span { border-color: rgb(195,161,27); }
td.TdClassName
{
border-color: #C3A11B;
}
.TagClassName
{
border-color: #C3A11B;
}
</style>