Shades of Buddha Gold #C09A1E
Tints of Buddha Gold #C09A1E
RGB
CMYK
RGB Variations
Color information
#C09A1E (or 0xC09A1E) is known color: Buddha Gold. HEX triplet: C0, 9A and 1E. RGB value is (192,154,30). Sum of RGB (Red+Green+Blue) = 192+154+30=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A1E is #3F65E1. Grayscale: #979797. Windows color (decimal): -4154850 or 2005696. OLE color: 2005696.
HSL color Cylindrical-coordinate representation of color #C09A1E: hue angle of 45.93º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C09A1E is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 30 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.25 |
| HSL | 45.93º | 0.73% | 0.44% | - |
| HSV(B) | 45.93º | 0.84% | 0.75% | - |
| XYZ | 33.53 | 34.41 | 6.1 | - |
| YUV | 151.23 | 59.59 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 30 | 0 | 0.20 | 0.84 | 0.25 | 45.93 | 0.73 | 0.44 |
| Hex | C0 | 9A | 1E | 0 | 14 | 54 | 19 | 2E | 49 | 2C |
| Octal | 300 | 232 | 36 | 0 | 24 | 124 | 31 | 56 | 111 | 54 |
| Binary | 11000000 | 10011010 | 11110 | 0 | 10100 | 1010100 | 11001 | 101110 | 1001001 | 101100 |
Color Harmonies of #C09A1E
Complementary color
Monochromatic Colors of #C09A1E
Black with #C09A1E
Text Example
Text Example
White with #C09A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A1E; }
p { color: rgb(192,154,30); }
H1.HeaderClassName
{
color: #C09A1E;
}
.AnyTagClassName
{
color: #C09A1E;
}
</style>
background-color css
<style>
a { background-color: #C09A1E; }
a { background-color: rgb(192,154,30); }
div.DivClassName
{
background-color: #C09A1E;
}
.BgClassName
{
background-color: #C09A1E;
}
</style>
border-color css
<style>
span { border-color: #C09A1E; }
span { border-color: rgb(192,154,30); }
td.TdClassName
{
border-color: #C09A1E;
}
.TagClassName
{
border-color: #C09A1E;
}
</style>