Shades of Buddha Gold #C0A608
Tints of Buddha Gold #C0A608
RGB
CMYK
RGB Variations
Color information
#C0A608 (or 0xC0A608) is known color: Buddha Gold. HEX triplet: C0, A6 and 08. RGB value is (192,166,8). Sum of RGB (Red+Green+Blue) = 192+166+8=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 8 (3.52% from 255 or 2.19% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A608 is #3F59F7. Grayscale: #9C9C9C. Windows color (decimal): -4151800 or 566976. OLE color: 566976.
HSL color Cylindrical-coordinate representation of color #C0A608: hue angle of 51.52º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0A608 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 8 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.25 |
| HSL | 51.52º | 0.92% | 0.39% | - |
| HSV(B) | 51.52º | 0.96% | 0.75% | - |
| XYZ | 35.42 | 38.5 | 5.79 | - |
| YUV | 155.76 | 44.61 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 8 | 0 | 0.14 | 0.96 | 0.25 | 51.52 | 0.92 | 0.39 |
| Hex | C0 | A6 | 8 | 0 | E | 60 | 19 | 34 | 5C | 27 |
| Octal | 300 | 246 | 10 | 0 | 16 | 140 | 31 | 64 | 134 | 47 |
| Binary | 11000000 | 10100110 | 1000 | 0 | 1110 | 1100000 | 11001 | 110100 | 1011100 | 100111 |
Color Harmonies of #C0A608
Complementary color
Monochromatic Colors of #C0A608
Black with #C0A608
Text Example
Text Example
White with #C0A608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A608; }
p { color: rgb(192,166,8); }
H1.HeaderClassName
{
color: #C0A608;
}
.AnyTagClassName
{
color: #C0A608;
}
</style>
background-color css
<style>
a { background-color: #C0A608; }
a { background-color: rgb(192,166,8); }
div.DivClassName
{
background-color: #C0A608;
}
.BgClassName
{
background-color: #C0A608;
}
</style>
border-color css
<style>
span { border-color: #C0A608; }
span { border-color: rgb(192,166,8); }
td.TdClassName
{
border-color: #C0A608;
}
.TagClassName
{
border-color: #C0A608;
}
</style>