Shades of Buddha Gold #C3A50B
Tints of Buddha Gold #C3A50B
RGB
CMYK
RGB Variations
Color information
#C3A50B (or 0xC3A50B) is known color: Buddha Gold. HEX triplet: C3, A5 and 0B. RGB value is (195,165,11). Sum of RGB (Red+Green+Blue) = 195+165+11=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A50B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A50B is #3C5AF4. Grayscale: #9D9D9D. Windows color (decimal): -3955445 or 763331. OLE color: 763331.
HSL color Cylindrical-coordinate representation of color #C3A50B: hue angle of 50.22º 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 #C3A50B is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 11 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.24 |
| HSL | 50.22º | 0.89% | 0.4% | - |
| HSV(B) | 50.22º | 0.94% | 0.76% | - |
| XYZ | 36.02 | 38.54 | 5.86 | - |
| YUV | 156.41 | 45.94 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 11 | 0 | 0.15 | 0.94 | 0.24 | 50.22 | 0.89 | 0.4 |
| Hex | C3 | A5 | B | 0 | F | 5E | 18 | 32 | 59 | 28 |
| Octal | 303 | 245 | 13 | 0 | 17 | 136 | 30 | 62 | 131 | 50 |
| Binary | 11000011 | 10100101 | 1011 | 0 | 1111 | 1011110 | 11000 | 110010 | 1011001 | 101000 |
Color Harmonies of #C3A50B
Complementary color
Monochromatic Colors of #C3A50B
Black with #C3A50B
Text Example
Text Example
White with #C3A50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A50B; }
p { color: rgb(195,165,11); }
H1.HeaderClassName
{
color: #C3A50B;
}
.AnyTagClassName
{
color: #C3A50B;
}
</style>
background-color css
<style>
a { background-color: #C3A50B; }
a { background-color: rgb(195,165,11); }
div.DivClassName
{
background-color: #C3A50B;
}
.BgClassName
{
background-color: #C3A50B;
}
</style>
border-color css
<style>
span { border-color: #C3A50B; }
span { border-color: rgb(195,165,11); }
td.TdClassName
{
border-color: #C3A50B;
}
.TagClassName
{
border-color: #C3A50B;
}
</style>