Shades of Buddha Gold #C09C01
Tints of Buddha Gold #C09C01
RGB
CMYK
RGB Variations
Color information
#C09C01 (or 0xC09C01) is known color: Buddha Gold. HEX triplet: C0, 9C and 01. RGB value is (192,156,1). Sum of RGB (Red+Green+Blue) = 192+156+1=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09C01 is #3F63FE. Grayscale: #959595. Windows color (decimal): -4154367 or 105664. OLE color: 105664.
HSL color Cylindrical-coordinate representation of color #C09C01: hue angle of 48.69º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C09C01 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.25 |
| HSL | 48.69º | 0.99% | 0.38% | - |
| HSV(B) | 48.69º | 0.99% | 0.75% | - |
| XYZ | 33.63 | 34.99 | 5.01 | - |
| YUV | 149.09 | 44.43 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 1 | 0 | 0.19 | 0.99 | 0.25 | 48.69 | 0.99 | 0.38 |
| Hex | C0 | 9C | 1 | 0 | 13 | 63 | 19 | 31 | 63 | 26 |
| Octal | 300 | 234 | 1 | 0 | 23 | 143 | 31 | 61 | 143 | 46 |
| Binary | 11000000 | 10011100 | 1 | 0 | 10011 | 1100011 | 11001 | 110001 | 1100011 | 100110 |
Color Harmonies of #C09C01
Complementary color
Monochromatic Colors of #C09C01
Black with #C09C01
Text Example
Text Example
White with #C09C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C01; }
p { color: rgb(192,156,1); }
H1.HeaderClassName
{
color: #C09C01;
}
.AnyTagClassName
{
color: #C09C01;
}
</style>
background-color css
<style>
a { background-color: #C09C01; }
a { background-color: rgb(192,156,1); }
div.DivClassName
{
background-color: #C09C01;
}
.BgClassName
{
background-color: #C09C01;
}
</style>
border-color css
<style>
span { border-color: #C09C01; }
span { border-color: rgb(192,156,1); }
td.TdClassName
{
border-color: #C09C01;
}
.TagClassName
{
border-color: #C09C01;
}
</style>