Shades of Buddha Gold #C0A509
Tints of Buddha Gold #C0A509
RGB
CMYK
RGB Variations
Color information
#C0A509 (or 0xC0A509) is known color: Buddha Gold. HEX triplet: C0, A5 and 09. RGB value is (192,165,9). Sum of RGB (Red+Green+Blue) = 192+165+9=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 9 (3.91% from 255 or 2.46% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A509 is #3F5AF6. Grayscale: #9B9B9B. Windows color (decimal): -4152055 or 632256. OLE color: 632256.
HSL color Cylindrical-coordinate representation of color #C0A509: hue angle of 51.15º 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 #C0A509 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 9 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.25 |
| HSL | 51.15º | 0.91% | 0.39% | - |
| HSV(B) | 51.15º | 0.95% | 0.75% | - |
| XYZ | 35.24 | 38.14 | 5.76 | - |
| YUV | 155.29 | 45.45 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 9 | 0 | 0.14 | 0.95 | 0.25 | 51.15 | 0.91 | 0.39 |
| Hex | C0 | A5 | 9 | 0 | E | 5F | 19 | 33 | 5B | 27 |
| Octal | 300 | 245 | 11 | 0 | 16 | 137 | 31 | 63 | 133 | 47 |
| Binary | 11000000 | 10100101 | 1001 | 0 | 1110 | 1011111 | 11001 | 110011 | 1011011 | 100111 |
Color Harmonies of #C0A509
Complementary color
Monochromatic Colors of #C0A509
Black with #C0A509
Text Example
Text Example
White with #C0A509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A509; }
p { color: rgb(192,165,9); }
H1.HeaderClassName
{
color: #C0A509;
}
.AnyTagClassName
{
color: #C0A509;
}
</style>
background-color css
<style>
a { background-color: #C0A509; }
a { background-color: rgb(192,165,9); }
div.DivClassName
{
background-color: #C0A509;
}
.BgClassName
{
background-color: #C0A509;
}
</style>
border-color css
<style>
span { border-color: #C0A509; }
span { border-color: rgb(192,165,9); }
td.TdClassName
{
border-color: #C0A509;
}
.TagClassName
{
border-color: #C0A509;
}
</style>