Shades of Buddha Gold #C09A09
Tints of Buddha Gold #C09A09
RGB
CMYK
RGB Variations
Color information
#C09A09 (or 0xC09A09) is known color: Buddha Gold. HEX triplet: C0, 9A and 09. RGB value is (192,154,9). Sum of RGB (Red+Green+Blue) = 192+154+9=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09A09 is #3F65F6. Grayscale: #959595. Windows color (decimal): -4154871 or 629440. OLE color: 629440.
HSL color Cylindrical-coordinate representation of color #C09A09: hue angle of 47.54º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C09A09 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 9 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.25 |
| HSL | 47.54º | 0.91% | 0.39% | - |
| HSV(B) | 47.54º | 0.95% | 0.75% | - |
| XYZ | 33.34 | 34.34 | 5.13 | - |
| YUV | 148.83 | 49.09 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 9 | 0 | 0.20 | 0.95 | 0.25 | 47.54 | 0.91 | 0.39 |
| Hex | C0 | 9A | 9 | 0 | 14 | 5F | 19 | 30 | 5B | 27 |
| Octal | 300 | 232 | 11 | 0 | 24 | 137 | 31 | 60 | 133 | 47 |
| Binary | 11000000 | 10011010 | 1001 | 0 | 10100 | 1011111 | 11001 | 110000 | 1011011 | 100111 |
Color Harmonies of #C09A09
Complementary color
Monochromatic Colors of #C09A09
Black with #C09A09
Text Example
Text Example
White with #C09A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A09; }
p { color: rgb(192,154,9); }
H1.HeaderClassName
{
color: #C09A09;
}
.AnyTagClassName
{
color: #C09A09;
}
</style>
background-color css
<style>
a { background-color: #C09A09; }
a { background-color: rgb(192,154,9); }
div.DivClassName
{
background-color: #C09A09;
}
.BgClassName
{
background-color: #C09A09;
}
</style>
border-color css
<style>
span { border-color: #C09A09; }
span { border-color: rgb(192,154,9); }
td.TdClassName
{
border-color: #C09A09;
}
.TagClassName
{
border-color: #C09A09;
}
</style>