Shades of Buddha Gold #C8A209
Tints of Buddha Gold #C8A209
RGB
CMYK
RGB Variations
Color information
#C8A209 (or 0xC8A209) is known color: Buddha Gold. HEX triplet: C8, A2 and 09. RGB value is (200,162,9). Sum of RGB (Red+Green+Blue) = 200+162+9=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A209 is #375DF6. Grayscale: #9C9C9C. Windows color (decimal): -3628535 or 631496. OLE color: 631496.
HSL color Cylindrical-coordinate representation of color #C8A209: hue angle of 48.06º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8A209 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 9 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.22 |
| HSL | 48.06º | 0.91% | 0.41% | - |
| HSV(B) | 48.06º | 0.96% | 0.78% | - |
| XYZ | 36.79 | 38.14 | 5.68 | - |
| YUV | 155.92 | 45.09 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 9 | 0 | 0.19 | 0.96 | 0.22 | 48.06 | 0.91 | 0.41 |
| Hex | C8 | A2 | 9 | 0 | 13 | 60 | 16 | 30 | 5B | 29 |
| Octal | 310 | 242 | 11 | 0 | 23 | 140 | 26 | 60 | 133 | 51 |
| Binary | 11001000 | 10100010 | 1001 | 0 | 10011 | 1100000 | 10110 | 110000 | 1011011 | 101001 |
Color Harmonies of #C8A209
Complementary color
Monochromatic Colors of #C8A209
Black with #C8A209
Text Example
Text Example
White with #C8A209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A209; }
p { color: rgb(200,162,9); }
H1.HeaderClassName
{
color: #C8A209;
}
.AnyTagClassName
{
color: #C8A209;
}
</style>
background-color css
<style>
a { background-color: #C8A209; }
a { background-color: rgb(200,162,9); }
div.DivClassName
{
background-color: #C8A209;
}
.BgClassName
{
background-color: #C8A209;
}
</style>
border-color css
<style>
span { border-color: #C8A209; }
span { border-color: rgb(200,162,9); }
td.TdClassName
{
border-color: #C8A209;
}
.TagClassName
{
border-color: #C8A209;
}
</style>