Shades of Buddha Gold #C09C03
Tints of Buddha Gold #C09C03
RGB
CMYK
RGB Variations
Color information
#C09C03 (or 0xC09C03) is known color: Buddha Gold. HEX triplet: C0, 9C and 03. RGB value is (192,156,3). Sum of RGB (Red+Green+Blue) = 192+156+3=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09C03 is #3F63FC. Grayscale: #959595. Windows color (decimal): -4154365 or 236736. OLE color: 236736.
HSL color Cylindrical-coordinate representation of color #C09C03: hue angle of 48.57º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C09C03 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 3 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.25 |
| HSL | 48.57º | 0.97% | 0.38% | - |
| HSV(B) | 48.57º | 0.98% | 0.75% | - |
| XYZ | 33.64 | 34.99 | 5.07 | - |
| YUV | 149.32 | 45.43 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 3 | 0 | 0.19 | 0.98 | 0.25 | 48.57 | 0.97 | 0.38 |
| Hex | C0 | 9C | 3 | 0 | 13 | 62 | 19 | 31 | 61 | 26 |
| Octal | 300 | 234 | 3 | 0 | 23 | 142 | 31 | 61 | 141 | 46 |
| Binary | 11000000 | 10011100 | 11 | 0 | 10011 | 1100010 | 11001 | 110001 | 1100001 | 100110 |
Color Harmonies of #C09C03
Complementary color
Monochromatic Colors of #C09C03
Black with #C09C03
Text Example
Text Example
White with #C09C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C03; }
p { color: rgb(192,156,3); }
H1.HeaderClassName
{
color: #C09C03;
}
.AnyTagClassName
{
color: #C09C03;
}
</style>
background-color css
<style>
a { background-color: #C09C03; }
a { background-color: rgb(192,156,3); }
div.DivClassName
{
background-color: #C09C03;
}
.BgClassName
{
background-color: #C09C03;
}
</style>
border-color css
<style>
span { border-color: #C09C03; }
span { border-color: rgb(192,156,3); }
td.TdClassName
{
border-color: #C09C03;
}
.TagClassName
{
border-color: #C09C03;
}
</style>