Shades of Buddha Gold #C8A618
Tints of Buddha Gold #C8A618
RGB
CMYK
RGB Variations
Color information
#C8A618 (or 0xC8A618) is known color: Buddha Gold. HEX triplet: C8, A6 and 18. RGB value is (200,166,24). Sum of RGB (Red+Green+Blue) = 200+166+24=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A618 is #3759E7. Grayscale: #A0A0A0. Windows color (decimal): -3627496 or 1615560. OLE color: 1615560.
HSL color Cylindrical-coordinate representation of color #C8A618: hue angle of 48.41º degrees, saturation: 0.79, 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 #C8A618 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 166 | 24 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.22 |
| HSL | 48.41º | 0.79% | 0.44% | - |
| HSV(B) | 48.41º | 0.88% | 0.78% | - |
| XYZ | 37.62 | 39.62 | 6.53 | - |
| YUV | 159.98 | 51.26 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 24 | 0 | 0.17 | 0.88 | 0.22 | 48.41 | 0.79 | 0.44 |
| Hex | C8 | A6 | 18 | 0 | 11 | 58 | 16 | 30 | 4F | 2C |
| Octal | 310 | 246 | 30 | 0 | 21 | 130 | 26 | 60 | 117 | 54 |
| Binary | 11001000 | 10100110 | 11000 | 0 | 10001 | 1011000 | 10110 | 110000 | 1001111 | 101100 |
Color Harmonies of #C8A618
Complementary color
Monochromatic Colors of #C8A618
Black with #C8A618
Text Example
Text Example
White with #C8A618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A618; }
p { color: rgb(200,166,24); }
H1.HeaderClassName
{
color: #C8A618;
}
.AnyTagClassName
{
color: #C8A618;
}
</style>
background-color css
<style>
a { background-color: #C8A618; }
a { background-color: rgb(200,166,24); }
div.DivClassName
{
background-color: #C8A618;
}
.BgClassName
{
background-color: #C8A618;
}
</style>
border-color css
<style>
span { border-color: #C8A618; }
span { border-color: rgb(200,166,24); }
td.TdClassName
{
border-color: #C8A618;
}
.TagClassName
{
border-color: #C8A618;
}
</style>