Shades of Buddha Gold #C99115
Tints of Buddha Gold #C99115
RGB
CMYK
RGB Variations
Color information
#C99115 (or 0xC99115) is known color: Buddha Gold. HEX triplet: C9, 91 and 15. RGB value is (201,145,21). Sum of RGB (Red+Green+Blue) = 201+145+21=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C99115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99115 is #366EEA. Grayscale: #949494. Windows color (decimal): -3567339 or 1413577. OLE color: 1413577.
HSL color Cylindrical-coordinate representation of color #C99115: hue angle of 41.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C99115 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 21 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.21 |
| HSL | 41.33º | 0.81% | 0.44% | - |
| HSV(B) | 41.33º | 0.9% | 0.79% | - |
| XYZ | 34.35 | 32.72 | 5.22 | - |
| YUV | 147.61 | 56.55 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 21 | 0 | 0.28 | 0.90 | 0.21 | 41.33 | 0.81 | 0.44 |
| Hex | C9 | 91 | 15 | 0 | 1C | 5A | 15 | 29 | 51 | 2C |
| Octal | 311 | 221 | 25 | 0 | 34 | 132 | 25 | 51 | 121 | 54 |
| Binary | 11001001 | 10010001 | 10101 | 0 | 11100 | 1011010 | 10101 | 101001 | 1010001 | 101100 |
Color Harmonies of #C99115
Complementary color
Monochromatic Colors of #C99115
Black with #C99115
Text Example
Text Example
White with #C99115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99115; }
p { color: rgb(201,145,21); }
H1.HeaderClassName
{
color: #C99115;
}
.AnyTagClassName
{
color: #C99115;
}
</style>
background-color css
<style>
a { background-color: #C99115; }
a { background-color: rgb(201,145,21); }
div.DivClassName
{
background-color: #C99115;
}
.BgClassName
{
background-color: #C99115;
}
</style>
border-color css
<style>
span { border-color: #C99115; }
span { border-color: rgb(201,145,21); }
td.TdClassName
{
border-color: #C99115;
}
.TagClassName
{
border-color: #C99115;
}
</style>