Shades of Buddha Gold #C8A009
Tints of Buddha Gold #C8A009
RGB
CMYK
RGB Variations
Color information
#C8A009 (or 0xC8A009) is known color: Buddha Gold. HEX triplet: C8, A0 and 09. RGB value is (200,160,9). Sum of RGB (Red+Green+Blue) = 200+160+9=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 9 (3.91% from 255 or 2.44% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A009 is #375FF6. Grayscale: #9B9B9B. Windows color (decimal): -3629047 or 630984. OLE color: 630984.
HSL color Cylindrical-coordinate representation of color #C8A009: hue angle of 47.43º 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 #C8A009 is Cyan = 0, Magento = 0.2, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 9 | - |
| CMYK | 0 | 0.2 | 0.96 | 0.22 |
| HSL | 47.43º | 0.91% | 0.41% | - |
| HSV(B) | 47.43º | 0.96% | 0.78% | - |
| XYZ | 36.44 | 37.44 | 5.56 | - |
| YUV | 154.75 | 45.75 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 9 | 0 | 0.2 | 0.96 | 0.22 | 47.43 | 0.91 | 0.41 |
| Hex | C8 | A0 | 9 | 0 | 14 | 60 | 16 | 2F | 5B | 29 |
| Octal | 310 | 240 | 11 | 0 | 24 | 140 | 26 | 57 | 133 | 51 |
| Binary | 11001000 | 10100000 | 1001 | 0 | 10100 | 1100000 | 10110 | 101111 | 1011011 | 101001 |
Color Harmonies of #C8A009
Complementary color
Monochromatic Colors of #C8A009
Black with #C8A009
Text Example
Text Example
White with #C8A009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A009; }
p { color: rgb(200,160,9); }
H1.HeaderClassName
{
color: #C8A009;
}
.AnyTagClassName
{
color: #C8A009;
}
</style>
background-color css
<style>
a { background-color: #C8A009; }
a { background-color: rgb(200,160,9); }
div.DivClassName
{
background-color: #C8A009;
}
.BgClassName
{
background-color: #C8A009;
}
</style>
border-color css
<style>
span { border-color: #C8A009; }
span { border-color: rgb(200,160,9); }
td.TdClassName
{
border-color: #C8A009;
}
.TagClassName
{
border-color: #C8A009;
}
</style>