Shades of Buddha Gold #C09A1B
Tints of Buddha Gold #C09A1B
RGB
CMYK
RGB Variations
Color information
#C09A1B (or 0xC09A1B) is known color: Buddha Gold. HEX triplet: C0, 9A and 1B. RGB value is (192,154,27). Sum of RGB (Red+Green+Blue) = 192+154+27=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A1B is #3F65E4. Grayscale: #979797. Windows color (decimal): -4154853 or 1809088. OLE color: 1809088.
HSL color Cylindrical-coordinate representation of color #C09A1B: hue angle of 46.18º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C09A1B is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 27 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.25 |
| HSL | 46.18º | 0.75% | 0.43% | - |
| HSV(B) | 46.18º | 0.86% | 0.75% | - |
| XYZ | 33.49 | 34.4 | 5.91 | - |
| YUV | 150.88 | 58.09 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 27 | 0 | 0.20 | 0.86 | 0.25 | 46.18 | 0.75 | 0.43 |
| Hex | C0 | 9A | 1B | 0 | 14 | 56 | 19 | 2E | 4B | 2B |
| Octal | 300 | 232 | 33 | 0 | 24 | 126 | 31 | 56 | 113 | 53 |
| Binary | 11000000 | 10011010 | 11011 | 0 | 10100 | 1010110 | 11001 | 101110 | 1001011 | 101011 |
Color Harmonies of #C09A1B
Complementary color
Monochromatic Colors of #C09A1B
Black with #C09A1B
Text Example
Text Example
White with #C09A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A1B; }
p { color: rgb(192,154,27); }
H1.HeaderClassName
{
color: #C09A1B;
}
.AnyTagClassName
{
color: #C09A1B;
}
</style>
background-color css
<style>
a { background-color: #C09A1B; }
a { background-color: rgb(192,154,27); }
div.DivClassName
{
background-color: #C09A1B;
}
.BgClassName
{
background-color: #C09A1B;
}
</style>
border-color css
<style>
span { border-color: #C09A1B; }
span { border-color: rgb(192,154,27); }
td.TdClassName
{
border-color: #C09A1B;
}
.TagClassName
{
border-color: #C09A1B;
}
</style>