Shades of Buddha Gold #C8A917
Tints of Buddha Gold #C8A917
RGB
CMYK
RGB Variations
Color information
#C8A917 (or 0xC8A917) is known color: Buddha Gold. HEX triplet: C8, A9 and 17. RGB value is (200,169,23). Sum of RGB (Red+Green+Blue) = 200+169+23=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A917 is #3756E8. Grayscale: #A2A2A2. Windows color (decimal): -3626729 or 1550792. OLE color: 1550792.
HSL color Cylindrical-coordinate representation of color #C8A917: hue angle of 49.49º 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 #C8A917 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 23 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.22 |
| HSL | 49.49º | 0.79% | 0.44% | - |
| HSV(B) | 49.49º | 0.89% | 0.78% | - |
| XYZ | 38.16 | 40.72 | 6.66 | - |
| YUV | 161.63 | 49.77 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 23 | 0 | 0.16 | 0.88 | 0.22 | 49.49 | 0.79 | 0.44 |
| Hex | C8 | A9 | 17 | 0 | 10 | 58 | 16 | 31 | 4F | 2C |
| Octal | 310 | 251 | 27 | 0 | 20 | 130 | 26 | 61 | 117 | 54 |
| Binary | 11001000 | 10101001 | 10111 | 0 | 10000 | 1011000 | 10110 | 110001 | 1001111 | 101100 |
Color Harmonies of #C8A917
Complementary color
Monochromatic Colors of #C8A917
Black with #C8A917
Text Example
Text Example
White with #C8A917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A917; }
p { color: rgb(200,169,23); }
H1.HeaderClassName
{
color: #C8A917;
}
.AnyTagClassName
{
color: #C8A917;
}
</style>
background-color css
<style>
a { background-color: #C8A917; }
a { background-color: rgb(200,169,23); }
div.DivClassName
{
background-color: #C8A917;
}
.BgClassName
{
background-color: #C8A917;
}
</style>
border-color css
<style>
span { border-color: #C8A917; }
span { border-color: rgb(200,169,23); }
td.TdClassName
{
border-color: #C8A917;
}
.TagClassName
{
border-color: #C8A917;
}
</style>