Shades of Buddha Gold #C99515
Tints of Buddha Gold #C99515
RGB
CMYK
RGB Variations
Color information
#C99515 (or 0xC99515) is known color: Buddha Gold. HEX triplet: C9, 95 and 15. RGB value is (201,149,21). Sum of RGB (Red+Green+Blue) = 201+149+21=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C99515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99515 is #366AEA. Grayscale: #969696. Windows color (decimal): -3566315 or 1414601. OLE color: 1414601.
HSL color Cylindrical-coordinate representation of color #C99515: hue angle of 42.67º 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 #C99515 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 21 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.21 |
| HSL | 42.67º | 0.81% | 0.44% | - |
| HSV(B) | 42.67º | 0.9% | 0.79% | - |
| XYZ | 34.97 | 33.97 | 5.42 | - |
| YUV | 149.96 | 55.23 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 21 | 0 | 0.26 | 0.90 | 0.21 | 42.67 | 0.81 | 0.44 |
| Hex | C9 | 95 | 15 | 0 | 1A | 5A | 15 | 2B | 51 | 2C |
| Octal | 311 | 225 | 25 | 0 | 32 | 132 | 25 | 53 | 121 | 54 |
| Binary | 11001001 | 10010101 | 10101 | 0 | 11010 | 1011010 | 10101 | 101011 | 1010001 | 101100 |
Color Harmonies of #C99515
Complementary color
Monochromatic Colors of #C99515
Black with #C99515
Text Example
Text Example
White with #C99515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99515; }
p { color: rgb(201,149,21); }
H1.HeaderClassName
{
color: #C99515;
}
.AnyTagClassName
{
color: #C99515;
}
</style>
background-color css
<style>
a { background-color: #C99515; }
a { background-color: rgb(201,149,21); }
div.DivClassName
{
background-color: #C99515;
}
.BgClassName
{
background-color: #C99515;
}
</style>
border-color css
<style>
span { border-color: #C99515; }
span { border-color: rgb(201,149,21); }
td.TdClassName
{
border-color: #C99515;
}
.TagClassName
{
border-color: #C99515;
}
</style>