Shades of Buddha Gold #C9A11F
Tints of Buddha Gold #C9A11F
RGB
CMYK
RGB Variations
Color information
#C9A11F (or 0xC9A11F) is known color: Buddha Gold. HEX triplet: C9, A1 and 1F. RGB value is (201,161,31). Sum of RGB (Red+Green+Blue) = 201+161+31=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 31 (12.5% from 255 or 7.89% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A11F is #365EE0. Grayscale: #9E9E9E. Windows color (decimal): -3563233 or 2073033. OLE color: 2073033.
HSL color Cylindrical-coordinate representation of color #C9A11F: hue angle of 45.88º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9A11F is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 31 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.21 |
| HSL | 45.88º | 0.73% | 0.45% | - |
| HSV(B) | 45.88º | 0.85% | 0.79% | - |
| XYZ | 37.08 | 38.01 | 6.68 | - |
| YUV | 158.14 | 56.25 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 31 | 0 | 0.20 | 0.85 | 0.21 | 45.88 | 0.73 | 0.45 |
| Hex | C9 | A1 | 1F | 0 | 14 | 55 | 15 | 2E | 49 | 2D |
| Octal | 311 | 241 | 37 | 0 | 24 | 125 | 25 | 56 | 111 | 55 |
| Binary | 11001001 | 10100001 | 11111 | 0 | 10100 | 1010101 | 10101 | 101110 | 1001001 | 101101 |
Color Harmonies of #C9A11F
Complementary color
Monochromatic Colors of #C9A11F
Black with #C9A11F
Text Example
Text Example
White with #C9A11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A11F; }
p { color: rgb(201,161,31); }
H1.HeaderClassName
{
color: #C9A11F;
}
.AnyTagClassName
{
color: #C9A11F;
}
</style>
background-color css
<style>
a { background-color: #C9A11F; }
a { background-color: rgb(201,161,31); }
div.DivClassName
{
background-color: #C9A11F;
}
.BgClassName
{
background-color: #C9A11F;
}
</style>
border-color css
<style>
span { border-color: #C9A11F; }
span { border-color: rgb(201,161,31); }
td.TdClassName
{
border-color: #C9A11F;
}
.TagClassName
{
border-color: #C9A11F;
}
</style>