Shades of Buddha Gold #C09A1C
Tints of Buddha Gold #C09A1C
RGB
CMYK
RGB Variations
Color information
#C09A1C (or 0xC09A1C) is known color: Buddha Gold. HEX triplet: C0, 9A and 1C. RGB value is (192,154,28). Sum of RGB (Red+Green+Blue) = 192+154+28=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A1C is #3F65E3. Grayscale: #979797. Windows color (decimal): -4154852 or 1874624. OLE color: 1874624.
HSL color Cylindrical-coordinate representation of color #C09A1C: hue angle of 46.1º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C09A1C is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 28 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.25 |
| HSL | 46.1º | 0.75% | 0.43% | - |
| HSV(B) | 46.1º | 0.85% | 0.75% | - |
| XYZ | 33.5 | 34.4 | 5.97 | - |
| YUV | 151 | 58.59 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 28 | 0 | 0.20 | 0.85 | 0.25 | 46.1 | 0.75 | 0.43 |
| Hex | C0 | 9A | 1C | 0 | 14 | 55 | 19 | 2E | 4B | 2B |
| Octal | 300 | 232 | 34 | 0 | 24 | 125 | 31 | 56 | 113 | 53 |
| Binary | 11000000 | 10011010 | 11100 | 0 | 10100 | 1010101 | 11001 | 101110 | 1001011 | 101011 |
Color Harmonies of #C09A1C
Complementary color
Monochromatic Colors of #C09A1C
Black with #C09A1C
Text Example
Text Example
White with #C09A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A1C; }
p { color: rgb(192,154,28); }
H1.HeaderClassName
{
color: #C09A1C;
}
.AnyTagClassName
{
color: #C09A1C;
}
</style>
background-color css
<style>
a { background-color: #C09A1C; }
a { background-color: rgb(192,154,28); }
div.DivClassName
{
background-color: #C09A1C;
}
.BgClassName
{
background-color: #C09A1C;
}
</style>
border-color css
<style>
span { border-color: #C09A1C; }
span { border-color: rgb(192,154,28); }
td.TdClassName
{
border-color: #C09A1C;
}
.TagClassName
{
border-color: #C09A1C;
}
</style>