Shades of Buddha Gold #C8A00F
Tints of Buddha Gold #C8A00F
RGB
CMYK
RGB Variations
Color information
#C8A00F (or 0xC8A00F) is known color: Buddha Gold. HEX triplet: C8, A0 and 0F. RGB value is (200,160,15). Sum of RGB (Red+Green+Blue) = 200+160+15=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A00F is #375FF0. Grayscale: #9C9C9C. Windows color (decimal): -3629041 or 1024200. OLE color: 1024200.
HSL color Cylindrical-coordinate representation of color #C8A00F: hue angle of 47.03º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8A00F is Cyan = 0, Magento = 0.2, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 15 | - |
| CMYK | 0 | 0.2 | 0.92 | 0.22 |
| HSL | 47.03º | 0.86% | 0.42% | - |
| HSV(B) | 47.03º | 0.93% | 0.78% | - |
| XYZ | 36.48 | 37.46 | 5.76 | - |
| YUV | 155.43 | 48.75 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 15 | 0 | 0.2 | 0.92 | 0.22 | 47.03 | 0.86 | 0.42 |
| Hex | C8 | A0 | F | 0 | 14 | 5C | 16 | 2F | 56 | 2A |
| Octal | 310 | 240 | 17 | 0 | 24 | 134 | 26 | 57 | 126 | 52 |
| Binary | 11001000 | 10100000 | 1111 | 0 | 10100 | 1011100 | 10110 | 101111 | 1010110 | 101010 |
Color Harmonies of #C8A00F
Complementary color
Monochromatic Colors of #C8A00F
Black with #C8A00F
Text Example
Text Example
White with #C8A00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A00F; }
p { color: rgb(200,160,15); }
H1.HeaderClassName
{
color: #C8A00F;
}
.AnyTagClassName
{
color: #C8A00F;
}
</style>
background-color css
<style>
a { background-color: #C8A00F; }
a { background-color: rgb(200,160,15); }
div.DivClassName
{
background-color: #C8A00F;
}
.BgClassName
{
background-color: #C8A00F;
}
</style>
border-color css
<style>
span { border-color: #C8A00F; }
span { border-color: rgb(200,160,15); }
td.TdClassName
{
border-color: #C8A00F;
}
.TagClassName
{
border-color: #C8A00F;
}
</style>