Shades of Buddha Gold #C8A407
Tints of Buddha Gold #C8A407
RGB
CMYK
RGB Variations
Color information
#C8A407 (or 0xC8A407) is known color: Buddha Gold. HEX triplet: C8, A4 and 07. RGB value is (200,164,7). Sum of RGB (Red+Green+Blue) = 200+164+7=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A407 is #375BF8. Grayscale: #9D9D9D. Windows color (decimal): -3628025 or 500936. OLE color: 500936.
HSL color Cylindrical-coordinate representation of color #C8A407: hue angle of 48.81º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8A407 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 7 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.22 |
| HSL | 48.81º | 0.93% | 0.41% | - |
| HSV(B) | 48.81º | 0.97% | 0.78% | - |
| XYZ | 37.13 | 38.85 | 5.74 | - |
| YUV | 156.87 | 43.43 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 7 | 0 | 0.18 | 0.96 | 0.22 | 48.81 | 0.93 | 0.41 |
| Hex | C8 | A4 | 7 | 0 | 12 | 60 | 16 | 31 | 5D | 29 |
| Octal | 310 | 244 | 7 | 0 | 22 | 140 | 26 | 61 | 135 | 51 |
| Binary | 11001000 | 10100100 | 111 | 0 | 10010 | 1100000 | 10110 | 110001 | 1011101 | 101001 |
Color Harmonies of #C8A407
Complementary color
Monochromatic Colors of #C8A407
Black with #C8A407
Text Example
Text Example
White with #C8A407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A407; }
p { color: rgb(200,164,7); }
H1.HeaderClassName
{
color: #C8A407;
}
.AnyTagClassName
{
color: #C8A407;
}
</style>
background-color css
<style>
a { background-color: #C8A407; }
a { background-color: rgb(200,164,7); }
div.DivClassName
{
background-color: #C8A407;
}
.BgClassName
{
background-color: #C8A407;
}
</style>
border-color css
<style>
span { border-color: #C8A407; }
span { border-color: rgb(200,164,7); }
td.TdClassName
{
border-color: #C8A407;
}
.TagClassName
{
border-color: #C8A407;
}
</style>