Shades of Buddha Gold #C8A11F
Tints of Buddha Gold #C8A11F
RGB
CMYK
RGB Variations
Color information
#C8A11F (or 0xC8A11F) is known color: Buddha Gold. HEX triplet: C8, A1 and 1F. RGB value is (200,161,31). Sum of RGB (Red+Green+Blue) = 200+161+31=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A11F is #375EE0. Grayscale: #9E9E9E. Windows color (decimal): -3628769 or 2073032. OLE color: 2073032.
HSL color Cylindrical-coordinate representation of color #C8A11F: hue angle of 46.15º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8A11F is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 31 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.22 |
| HSL | 46.15º | 0.73% | 0.45% | - |
| HSV(B) | 46.15º | 0.85% | 0.78% | - |
| XYZ | 36.81 | 37.87 | 6.67 | - |
| YUV | 157.84 | 56.42 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 31 | 0 | 0.19 | 0.84 | 0.22 | 46.15 | 0.73 | 0.45 |
| Hex | C8 | A1 | 1F | 0 | 13 | 54 | 16 | 2E | 49 | 2D |
| Octal | 310 | 241 | 37 | 0 | 23 | 124 | 26 | 56 | 111 | 55 |
| Binary | 11001000 | 10100001 | 11111 | 0 | 10011 | 1010100 | 10110 | 101110 | 1001001 | 101101 |
Color Harmonies of #C8A11F
Complementary color
Monochromatic Colors of #C8A11F
Black with #C8A11F
Text Example
Text Example
White with #C8A11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A11F; }
p { color: rgb(200,161,31); }
H1.HeaderClassName
{
color: #C8A11F;
}
.AnyTagClassName
{
color: #C8A11F;
}
</style>
background-color css
<style>
a { background-color: #C8A11F; }
a { background-color: rgb(200,161,31); }
div.DivClassName
{
background-color: #C8A11F;
}
.BgClassName
{
background-color: #C8A11F;
}
</style>
border-color css
<style>
span { border-color: #C8A11F; }
span { border-color: rgb(200,161,31); }
td.TdClassName
{
border-color: #C8A11F;
}
.TagClassName
{
border-color: #C8A11F;
}
</style>