Shades of Buddha Gold #C09A16
Tints of Buddha Gold #C09A16
RGB
CMYK
RGB Variations
Color information
#C09A16 (or 0xC09A16) is known color: Buddha Gold. HEX triplet: C0, 9A and 16. RGB value is (192,154,22). Sum of RGB (Red+Green+Blue) = 192+154+22=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09A16 is #3F65E9. Grayscale: #969696. Windows color (decimal): -4154858 or 1481408. OLE color: 1481408.
HSL color Cylindrical-coordinate representation of color #C09A16: hue angle of 46.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C09A16 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 22 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.25 |
| HSL | 46.59º | 0.79% | 0.42% | - |
| HSV(B) | 46.59º | 0.89% | 0.75% | - |
| XYZ | 33.44 | 34.38 | 5.63 | - |
| YUV | 150.31 | 55.59 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 22 | 0 | 0.20 | 0.89 | 0.25 | 46.59 | 0.79 | 0.42 |
| Hex | C0 | 9A | 16 | 0 | 14 | 59 | 19 | 2F | 4F | 2A |
| Octal | 300 | 232 | 26 | 0 | 24 | 131 | 31 | 57 | 117 | 52 |
| Binary | 11000000 | 10011010 | 10110 | 0 | 10100 | 1011001 | 11001 | 101111 | 1001111 | 101010 |
Color Harmonies of #C09A16
Complementary color
Monochromatic Colors of #C09A16
Black with #C09A16
Text Example
Text Example
White with #C09A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A16; }
p { color: rgb(192,154,22); }
H1.HeaderClassName
{
color: #C09A16;
}
.AnyTagClassName
{
color: #C09A16;
}
</style>
background-color css
<style>
a { background-color: #C09A16; }
a { background-color: rgb(192,154,22); }
div.DivClassName
{
background-color: #C09A16;
}
.BgClassName
{
background-color: #C09A16;
}
</style>
border-color css
<style>
span { border-color: #C09A16; }
span { border-color: rgb(192,154,22); }
td.TdClassName
{
border-color: #C09A16;
}
.TagClassName
{
border-color: #C09A16;
}
</style>