Shades of Buddha Gold #C0A605
Tints of Buddha Gold #C0A605
RGB
CMYK
RGB Variations
Color information
#C0A605 (or 0xC0A605) is known color: Buddha Gold. HEX triplet: C0, A6 and 05. RGB value is (192,166,5). Sum of RGB (Red+Green+Blue) = 192+166+5=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A605 is #3F59FA. Grayscale: #9C9C9C. Windows color (decimal): -4151803 or 370368. OLE color: 370368.
HSL color Cylindrical-coordinate representation of color #C0A605: hue angle of 51.66º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0A605 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 5 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.25 |
| HSL | 51.66º | 0.95% | 0.39% | - |
| HSV(B) | 51.66º | 0.97% | 0.75% | - |
| XYZ | 35.4 | 38.49 | 5.71 | - |
| YUV | 155.42 | 43.11 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 5 | 0 | 0.14 | 0.97 | 0.25 | 51.66 | 0.95 | 0.39 |
| Hex | C0 | A6 | 5 | 0 | E | 61 | 19 | 34 | 5F | 27 |
| Octal | 300 | 246 | 5 | 0 | 16 | 141 | 31 | 64 | 137 | 47 |
| Binary | 11000000 | 10100110 | 101 | 0 | 1110 | 1100001 | 11001 | 110100 | 1011111 | 100111 |
Color Harmonies of #C0A605
Complementary color
Monochromatic Colors of #C0A605
Black with #C0A605
Text Example
Text Example
White with #C0A605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A605; }
p { color: rgb(192,166,5); }
H1.HeaderClassName
{
color: #C0A605;
}
.AnyTagClassName
{
color: #C0A605;
}
</style>
background-color css
<style>
a { background-color: #C0A605; }
a { background-color: rgb(192,166,5); }
div.DivClassName
{
background-color: #C0A605;
}
.BgClassName
{
background-color: #C0A605;
}
</style>
border-color css
<style>
span { border-color: #C0A605; }
span { border-color: rgb(192,166,5); }
td.TdClassName
{
border-color: #C0A605;
}
.TagClassName
{
border-color: #C0A605;
}
</style>