Shades of Buddha Gold #C09C24
Tints of Buddha Gold #C09C24
RGB
CMYK
RGB Variations
Color information
#C09C24 (or 0xC09C24) is known color: Buddha Gold. HEX triplet: C0, 9C and 24. RGB value is (192,156,36). Sum of RGB (Red+Green+Blue) = 192+156+36=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09C24 is #3F63DB. Grayscale: #999999. Windows color (decimal): -4154332 or 2399424. OLE color: 2399424.
HSL color Cylindrical-coordinate representation of color #C09C24: hue angle of 46.15º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C09C24 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 36 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.25 |
| HSL | 46.15º | 0.68% | 0.45% | - |
| HSV(B) | 46.15º | 0.81% | 0.75% | - |
| XYZ | 33.95 | 35.11 | 6.66 | - |
| YUV | 153.08 | 61.93 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 36 | 0 | 0.19 | 0.81 | 0.25 | 46.15 | 0.68 | 0.45 |
| Hex | C0 | 9C | 24 | 0 | 13 | 51 | 19 | 2E | 44 | 2D |
| Octal | 300 | 234 | 44 | 0 | 23 | 121 | 31 | 56 | 104 | 55 |
| Binary | 11000000 | 10011100 | 100100 | 0 | 10011 | 1010001 | 11001 | 101110 | 1000100 | 101101 |
Color Harmonies of #C09C24
Complementary color
Monochromatic Colors of #C09C24
Black with #C09C24
Text Example
Text Example
White with #C09C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C24; }
p { color: rgb(192,156,36); }
H1.HeaderClassName
{
color: #C09C24;
}
.AnyTagClassName
{
color: #C09C24;
}
</style>
background-color css
<style>
a { background-color: #C09C24; }
a { background-color: rgb(192,156,36); }
div.DivClassName
{
background-color: #C09C24;
}
.BgClassName
{
background-color: #C09C24;
}
</style>
border-color css
<style>
span { border-color: #C09C24; }
span { border-color: rgb(192,156,36); }
td.TdClassName
{
border-color: #C09C24;
}
.TagClassName
{
border-color: #C09C24;
}
</style>