Shades of Buddha Gold #C99616
Tints of Buddha Gold #C99616
RGB
CMYK
RGB Variations
Color information
#C99616 (or 0xC99616) is known color: Buddha Gold. HEX triplet: C9, 96 and 16. RGB value is (201,150,22). Sum of RGB (Red+Green+Blue) = 201+150+22=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C99616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99616 is #3669E9. Grayscale: #979797. Windows color (decimal): -3566058 or 1480393. OLE color: 1480393.
HSL color Cylindrical-coordinate representation of color #C99616: hue angle of 42.91º 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 #C99616 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 22 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.21 |
| HSL | 42.91º | 0.8% | 0.44% | - |
| HSV(B) | 42.91º | 0.89% | 0.79% | - |
| XYZ | 35.14 | 34.29 | 5.53 | - |
| YUV | 150.66 | 55.4 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 22 | 0 | 0.25 | 0.89 | 0.21 | 42.91 | 0.8 | 0.44 |
| Hex | C9 | 96 | 16 | 0 | 19 | 59 | 15 | 2B | 50 | 2C |
| Octal | 311 | 226 | 26 | 0 | 31 | 131 | 25 | 53 | 120 | 54 |
| Binary | 11001001 | 10010110 | 10110 | 0 | 11001 | 1011001 | 10101 | 101011 | 1010000 | 101100 |
Color Harmonies of #C99616
Complementary color
Monochromatic Colors of #C99616
Black with #C99616
Text Example
Text Example
White with #C99616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99616; }
p { color: rgb(201,150,22); }
H1.HeaderClassName
{
color: #C99616;
}
.AnyTagClassName
{
color: #C99616;
}
</style>
background-color css
<style>
a { background-color: #C99616; }
a { background-color: rgb(201,150,22); }
div.DivClassName
{
background-color: #C99616;
}
.BgClassName
{
background-color: #C99616;
}
</style>
border-color css
<style>
span { border-color: #C99616; }
span { border-color: rgb(201,150,22); }
td.TdClassName
{
border-color: #C99616;
}
.TagClassName
{
border-color: #C99616;
}
</style>