Shades of Buddha Gold #C0A609
Tints of Buddha Gold #C0A609
RGB
CMYK
RGB Variations
Color information
#C0A609 (or 0xC0A609) is known color: Buddha Gold. HEX triplet: C0, A6 and 09. RGB value is (192,166,9). Sum of RGB (Red+Green+Blue) = 192+166+9=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 9 (3.91% from 255 or 2.45% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A609 is #3F59F6. Grayscale: #9C9C9C. Windows color (decimal): -4151799 or 632512. OLE color: 632512.
HSL color Cylindrical-coordinate representation of color #C0A609: hue angle of 51.48º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0A609 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 9 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.25 |
| HSL | 51.48º | 0.91% | 0.39% | - |
| HSV(B) | 51.48º | 0.95% | 0.75% | - |
| XYZ | 35.42 | 38.5 | 5.82 | - |
| YUV | 155.88 | 45.11 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 9 | 0 | 0.14 | 0.95 | 0.25 | 51.48 | 0.91 | 0.39 |
| Hex | C0 | A6 | 9 | 0 | E | 5F | 19 | 33 | 5B | 27 |
| Octal | 300 | 246 | 11 | 0 | 16 | 137 | 31 | 63 | 133 | 47 |
| Binary | 11000000 | 10100110 | 1001 | 0 | 1110 | 1011111 | 11001 | 110011 | 1011011 | 100111 |
Color Harmonies of #C0A609
Complementary color
Monochromatic Colors of #C0A609
Black with #C0A609
Text Example
Text Example
White with #C0A609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A609; }
p { color: rgb(192,166,9); }
H1.HeaderClassName
{
color: #C0A609;
}
.AnyTagClassName
{
color: #C0A609;
}
</style>
background-color css
<style>
a { background-color: #C0A609; }
a { background-color: rgb(192,166,9); }
div.DivClassName
{
background-color: #C0A609;
}
.BgClassName
{
background-color: #C0A609;
}
</style>
border-color css
<style>
span { border-color: #C0A609; }
span { border-color: rgb(192,166,9); }
td.TdClassName
{
border-color: #C0A609;
}
.TagClassName
{
border-color: #C0A609;
}
</style>