Shades of Buddha Gold #C39A20
Tints of Buddha Gold #C39A20
RGB
CMYK
RGB Variations
Color information
#C39A20 (or 0xC39A20) is known color: Buddha Gold. HEX triplet: C3, 9A and 20. RGB value is (195,154,32). Sum of RGB (Red+Green+Blue) = 195+154+32=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39A20 is #3C65DF. Grayscale: #989898. Windows color (decimal): -3958240 or 2136771. OLE color: 2136771.
HSL color Cylindrical-coordinate representation of color #C39A20: hue angle of 44.91º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C39A20 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 32 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.24 |
| HSL | 44.91º | 0.72% | 0.45% | - |
| HSV(B) | 44.91º | 0.84% | 0.76% | - |
| XYZ | 34.32 | 34.82 | 6.28 | - |
| YUV | 152.35 | 60.08 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 32 | 0 | 0.21 | 0.84 | 0.24 | 44.91 | 0.72 | 0.45 |
| Hex | C3 | 9A | 20 | 0 | 15 | 54 | 18 | 2D | 48 | 2D |
| Octal | 303 | 232 | 40 | 0 | 25 | 124 | 30 | 55 | 110 | 55 |
| Binary | 11000011 | 10011010 | 100000 | 0 | 10101 | 1010100 | 11000 | 101101 | 1001000 | 101101 |
Color Harmonies of #C39A20
Complementary color
Monochromatic Colors of #C39A20
Black with #C39A20
Text Example
Text Example
White with #C39A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A20; }
p { color: rgb(195,154,32); }
H1.HeaderClassName
{
color: #C39A20;
}
.AnyTagClassName
{
color: #C39A20;
}
</style>
background-color css
<style>
a { background-color: #C39A20; }
a { background-color: rgb(195,154,32); }
div.DivClassName
{
background-color: #C39A20;
}
.BgClassName
{
background-color: #C39A20;
}
</style>
border-color css
<style>
span { border-color: #C39A20; }
span { border-color: rgb(195,154,32); }
td.TdClassName
{
border-color: #C39A20;
}
.TagClassName
{
border-color: #C39A20;
}
</style>