Shades of Buddha Gold #C0AB09
Tints of Buddha Gold #C0AB09
RGB
CMYK
RGB Variations
Color information
#C0AB09 (or 0xC0AB09) is known color: Buddha Gold. HEX triplet: C0, AB and 09. RGB value is (192,171,9). Sum of RGB (Red+Green+Blue) = 192+171+9=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 9 (3.91% from 255 or 2.42% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AB09 is #3F54F6. Grayscale: #9F9F9F. Windows color (decimal): -4150519 or 633792. OLE color: 633792.
HSL color Cylindrical-coordinate representation of color #C0AB09: hue angle of 53.11º 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 #C0AB09 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 9 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.25 |
| HSL | 53.11º | 0.91% | 0.39% | - |
| HSV(B) | 53.11º | 0.95% | 0.75% | - |
| XYZ | 36.35 | 40.35 | 6.13 | - |
| YUV | 158.81 | 43.46 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 9 | 0 | 0.11 | 0.95 | 0.25 | 53.11 | 0.91 | 0.39 |
| Hex | C0 | AB | 9 | 0 | B | 5F | 19 | 35 | 5B | 27 |
| Octal | 300 | 253 | 11 | 0 | 13 | 137 | 31 | 65 | 133 | 47 |
| Binary | 11000000 | 10101011 | 1001 | 0 | 1011 | 1011111 | 11001 | 110101 | 1011011 | 100111 |
Color Harmonies of #C0AB09
Complementary color
Monochromatic Colors of #C0AB09
Black with #C0AB09
Text Example
Text Example
White with #C0AB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB09; }
p { color: rgb(192,171,9); }
H1.HeaderClassName
{
color: #C0AB09;
}
.AnyTagClassName
{
color: #C0AB09;
}
</style>
background-color css
<style>
a { background-color: #C0AB09; }
a { background-color: rgb(192,171,9); }
div.DivClassName
{
background-color: #C0AB09;
}
.BgClassName
{
background-color: #C0AB09;
}
</style>
border-color css
<style>
span { border-color: #C0AB09; }
span { border-color: rgb(192,171,9); }
td.TdClassName
{
border-color: #C0AB09;
}
.TagClassName
{
border-color: #C0AB09;
}
</style>