Shades of Buddha Gold #C99216
Tints of Buddha Gold #C99216
RGB
CMYK
RGB Variations
Color information
#C99216 (or 0xC99216) is known color: Buddha Gold. HEX triplet: C9, 92 and 16. RGB value is (201,146,22). Sum of RGB (Red+Green+Blue) = 201+146+22=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C99216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99216 is #366DE9. Grayscale: #949494. Windows color (decimal): -3567082 or 1479369. OLE color: 1479369.
HSL color Cylindrical-coordinate representation of color #C99216: hue angle of 41.56º 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 #C99216 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 22 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.21 |
| HSL | 41.56º | 0.8% | 0.44% | - |
| HSV(B) | 41.56º | 0.89% | 0.79% | - |
| XYZ | 34.51 | 33.03 | 5.32 | - |
| YUV | 148.31 | 56.72 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 22 | 0 | 0.27 | 0.89 | 0.21 | 41.56 | 0.8 | 0.44 |
| Hex | C9 | 92 | 16 | 0 | 1B | 59 | 15 | 2A | 50 | 2C |
| Octal | 311 | 222 | 26 | 0 | 33 | 131 | 25 | 52 | 120 | 54 |
| Binary | 11001001 | 10010010 | 10110 | 0 | 11011 | 1011001 | 10101 | 101010 | 1010000 | 101100 |
Color Harmonies of #C99216
Complementary color
Monochromatic Colors of #C99216
Black with #C99216
Text Example
Text Example
White with #C99216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99216; }
p { color: rgb(201,146,22); }
H1.HeaderClassName
{
color: #C99216;
}
.AnyTagClassName
{
color: #C99216;
}
</style>
background-color css
<style>
a { background-color: #C99216; }
a { background-color: rgb(201,146,22); }
div.DivClassName
{
background-color: #C99216;
}
.BgClassName
{
background-color: #C99216;
}
</style>
border-color css
<style>
span { border-color: #C99216; }
span { border-color: rgb(201,146,22); }
td.TdClassName
{
border-color: #C99216;
}
.TagClassName
{
border-color: #C99216;
}
</style>