Shades of Buddha Gold #C3A30B
Tints of Buddha Gold #C3A30B
RGB
CMYK
RGB Variations
Color information
#C3A30B (or 0xC3A30B) is known color: Buddha Gold. HEX triplet: C3, A3 and 0B. RGB value is (195,163,11). Sum of RGB (Red+Green+Blue) = 195+163+11=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A30B is #3C5CF4. Grayscale: #9B9B9B. Windows color (decimal): -3955957 or 762819. OLE color: 762819.
HSL color Cylindrical-coordinate representation of color #C3A30B: hue angle of 49.57º 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 #C3A30B is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 163 | 11 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.24 |
| HSL | 49.57º | 0.89% | 0.4% | - |
| HSV(B) | 49.57º | 0.94% | 0.76% | - |
| XYZ | 35.66 | 37.82 | 5.74 | - |
| YUV | 155.24 | 46.6 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 11 | 0 | 0.16 | 0.94 | 0.24 | 49.57 | 0.89 | 0.4 |
| Hex | C3 | A3 | B | 0 | 10 | 5E | 18 | 32 | 59 | 28 |
| Octal | 303 | 243 | 13 | 0 | 20 | 136 | 30 | 62 | 131 | 50 |
| Binary | 11000011 | 10100011 | 1011 | 0 | 10000 | 1011110 | 11000 | 110010 | 1011001 | 101000 |
Color Harmonies of #C3A30B
Complementary color
Monochromatic Colors of #C3A30B
Black with #C3A30B
Text Example
Text Example
White with #C3A30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A30B; }
p { color: rgb(195,163,11); }
H1.HeaderClassName
{
color: #C3A30B;
}
.AnyTagClassName
{
color: #C3A30B;
}
</style>
background-color css
<style>
a { background-color: #C3A30B; }
a { background-color: rgb(195,163,11); }
div.DivClassName
{
background-color: #C3A30B;
}
.BgClassName
{
background-color: #C3A30B;
}
</style>
border-color css
<style>
span { border-color: #C3A30B; }
span { border-color: rgb(195,163,11); }
td.TdClassName
{
border-color: #C3A30B;
}
.TagClassName
{
border-color: #C3A30B;
}
</style>