Shades of Buddha Gold #C6A018
Tints of Buddha Gold #C6A018
RGB
CMYK
RGB Variations
Color information
#C6A018 (or 0xC6A018) is known color: Buddha Gold. HEX triplet: C6, A0 and 18. RGB value is (198,160,24). Sum of RGB (Red+Green+Blue) = 198+160+24=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A018 is #395FE7. Grayscale: #9C9C9C. Windows color (decimal): -3760104 or 1614022. OLE color: 1614022.
HSL color Cylindrical-coordinate representation of color #C6A018: hue angle of 46.9º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6A018 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 24 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.22 |
| HSL | 46.9º | 0.78% | 0.44% | - |
| HSV(B) | 46.9º | 0.88% | 0.78% | - |
| XYZ | 36.02 | 37.21 | 6.15 | - |
| YUV | 155.86 | 53.59 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 24 | 0 | 0.19 | 0.88 | 0.22 | 46.9 | 0.78 | 0.44 |
| Hex | C6 | A0 | 18 | 0 | 13 | 58 | 16 | 2F | 4E | 2C |
| Octal | 306 | 240 | 30 | 0 | 23 | 130 | 26 | 57 | 116 | 54 |
| Binary | 11000110 | 10100000 | 11000 | 0 | 10011 | 1011000 | 10110 | 101111 | 1001110 | 101100 |
Color Harmonies of #C6A018
Complementary color
Monochromatic Colors of #C6A018
Black with #C6A018
Text Example
Text Example
White with #C6A018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A018; }
p { color: rgb(198,160,24); }
H1.HeaderClassName
{
color: #C6A018;
}
.AnyTagClassName
{
color: #C6A018;
}
</style>
background-color css
<style>
a { background-color: #C6A018; }
a { background-color: rgb(198,160,24); }
div.DivClassName
{
background-color: #C6A018;
}
.BgClassName
{
background-color: #C6A018;
}
</style>
border-color css
<style>
span { border-color: #C6A018; }
span { border-color: rgb(198,160,24); }
td.TdClassName
{
border-color: #C6A018;
}
.TagClassName
{
border-color: #C6A018;
}
</style>