Shades of Buddha Gold #C99516
Tints of Buddha Gold #C99516
RGB
CMYK
RGB Variations
Color information
#C99516 (or 0xC99516) is known color: Buddha Gold. HEX triplet: C9, 95 and 16. RGB value is (201,149,22). Sum of RGB (Red+Green+Blue) = 201+149+22=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C99516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99516 is #366AE9. Grayscale: #969696. Windows color (decimal): -3566314 or 1480137. OLE color: 1480137.
HSL color Cylindrical-coordinate representation of color #C99516: hue angle of 42.57º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C99516 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 22 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.21 |
| HSL | 42.57º | 0.8% | 0.44% | - |
| HSV(B) | 42.57º | 0.89% | 0.79% | - |
| XYZ | 34.98 | 33.97 | 5.47 | - |
| YUV | 150.07 | 55.73 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 22 | 0 | 0.26 | 0.89 | 0.21 | 42.57 | 0.8 | 0.44 |
| Hex | C9 | 95 | 16 | 0 | 1A | 59 | 15 | 2B | 50 | 2C |
| Octal | 311 | 225 | 26 | 0 | 32 | 131 | 25 | 53 | 120 | 54 |
| Binary | 11001001 | 10010101 | 10110 | 0 | 11010 | 1011001 | 10101 | 101011 | 1010000 | 101100 |
Color Harmonies of #C99516
Complementary color
Monochromatic Colors of #C99516
Black with #C99516
Text Example
Text Example
White with #C99516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99516; }
p { color: rgb(201,149,22); }
H1.HeaderClassName
{
color: #C99516;
}
.AnyTagClassName
{
color: #C99516;
}
</style>
background-color css
<style>
a { background-color: #C99516; }
a { background-color: rgb(201,149,22); }
div.DivClassName
{
background-color: #C99516;
}
.BgClassName
{
background-color: #C99516;
}
</style>
border-color css
<style>
span { border-color: #C99516; }
span { border-color: rgb(201,149,22); }
td.TdClassName
{
border-color: #C99516;
}
.TagClassName
{
border-color: #C99516;
}
</style>