Shades of Buddha Gold #C0A408
Tints of Buddha Gold #C0A408
RGB
CMYK
RGB Variations
Color information
#C0A408 (or 0xC0A408) is known color: Buddha Gold. HEX triplet: C0, A4 and 08. RGB value is (192,164,8). Sum of RGB (Red+Green+Blue) = 192+164+8=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 8 (3.52% from 255 or 2.20% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A408 is #3F5BF7. Grayscale: #9B9B9B. Windows color (decimal): -4152312 or 566464. OLE color: 566464.
HSL color Cylindrical-coordinate representation of color #C0A408: hue angle of 50.87º 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 #C0A408 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 164 | 8 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.25 |
| HSL | 50.87º | 0.92% | 0.39% | - |
| HSV(B) | 50.87º | 0.96% | 0.75% | - |
| XYZ | 35.06 | 37.77 | 5.67 | - |
| YUV | 154.59 | 45.28 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 8 | 0 | 0.15 | 0.96 | 0.25 | 50.87 | 0.92 | 0.39 |
| Hex | C0 | A4 | 8 | 0 | F | 60 | 19 | 33 | 5C | 27 |
| Octal | 300 | 244 | 10 | 0 | 17 | 140 | 31 | 63 | 134 | 47 |
| Binary | 11000000 | 10100100 | 1000 | 0 | 1111 | 1100000 | 11001 | 110011 | 1011100 | 100111 |
Color Harmonies of #C0A408
Complementary color
Monochromatic Colors of #C0A408
Black with #C0A408
Text Example
Text Example
White with #C0A408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A408; }
p { color: rgb(192,164,8); }
H1.HeaderClassName
{
color: #C0A408;
}
.AnyTagClassName
{
color: #C0A408;
}
</style>
background-color css
<style>
a { background-color: #C0A408; }
a { background-color: rgb(192,164,8); }
div.DivClassName
{
background-color: #C0A408;
}
.BgClassName
{
background-color: #C0A408;
}
</style>
border-color css
<style>
span { border-color: #C0A408; }
span { border-color: rgb(192,164,8); }
td.TdClassName
{
border-color: #C0A408;
}
.TagClassName
{
border-color: #C0A408;
}
</style>