Shades of Buddha Gold #C8A00B
Tints of Buddha Gold #C8A00B
RGB
CMYK
RGB Variations
Color information
#C8A00B (or 0xC8A00B) is known color: Buddha Gold. HEX triplet: C8, A0 and 0B. RGB value is (200,160,11). Sum of RGB (Red+Green+Blue) = 200+160+11=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A00B is #375FF4. Grayscale: #9B9B9B. Windows color (decimal): -3629045 or 762056. OLE color: 762056.
HSL color Cylindrical-coordinate representation of color #C8A00B: hue angle of 47.3º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8A00B is Cyan = 0, Magento = 0.2, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 11 | - |
| CMYK | 0 | 0.2 | 0.94 | 0.22 |
| HSL | 47.3º | 0.9% | 0.41% | - |
| HSV(B) | 47.3º | 0.95% | 0.78% | - |
| XYZ | 36.45 | 37.45 | 5.62 | - |
| YUV | 154.97 | 46.75 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 11 | 0 | 0.2 | 0.94 | 0.22 | 47.3 | 0.9 | 0.41 |
| Hex | C8 | A0 | B | 0 | 14 | 5E | 16 | 2F | 5A | 29 |
| Octal | 310 | 240 | 13 | 0 | 24 | 136 | 26 | 57 | 132 | 51 |
| Binary | 11001000 | 10100000 | 1011 | 0 | 10100 | 1011110 | 10110 | 101111 | 1011010 | 101001 |
Color Harmonies of #C8A00B
Complementary color
Monochromatic Colors of #C8A00B
Black with #C8A00B
Text Example
Text Example
White with #C8A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A00B; }
p { color: rgb(200,160,11); }
H1.HeaderClassName
{
color: #C8A00B;
}
.AnyTagClassName
{
color: #C8A00B;
}
</style>
background-color css
<style>
a { background-color: #C8A00B; }
a { background-color: rgb(200,160,11); }
div.DivClassName
{
background-color: #C8A00B;
}
.BgClassName
{
background-color: #C8A00B;
}
</style>
border-color css
<style>
span { border-color: #C8A00B; }
span { border-color: rgb(200,160,11); }
td.TdClassName
{
border-color: #C8A00B;
}
.TagClassName
{
border-color: #C8A00B;
}
</style>