Shades of Buddha Gold #C0990C
Tints of Buddha Gold #C0990C
RGB
CMYK
RGB Variations
Color information
#C0990C (or 0xC0990C) is known color: Buddha Gold. HEX triplet: C0, 99 and 0C. RGB value is (192,153,12). Sum of RGB (Red+Green+Blue) = 192+153+12=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0990C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0990C is #3F66F3. Grayscale: #959595. Windows color (decimal): -4155124 or 825792. OLE color: 825792.
HSL color Cylindrical-coordinate representation of color #C0990C: hue angle of 47º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0990C is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 12 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.25 |
| HSL | 47º | 0.88% | 0.4% | - |
| HSV(B) | 47º | 0.94% | 0.75% | - |
| XYZ | 33.2 | 34.02 | 5.16 | - |
| YUV | 148.59 | 50.92 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 12 | 0 | 0.20 | 0.94 | 0.25 | 47 | 0.88 | 0.4 |
| Hex | C0 | 99 | C | 0 | 14 | 5E | 19 | 2F | 58 | 28 |
| Octal | 300 | 231 | 14 | 0 | 24 | 136 | 31 | 57 | 130 | 50 |
| Binary | 11000000 | 10011001 | 1100 | 0 | 10100 | 1011110 | 11001 | 101111 | 1011000 | 101000 |
Color Harmonies of #C0990C
Complementary color
Monochromatic Colors of #C0990C
Black with #C0990C
Text Example
Text Example
White with #C0990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0990C; }
p { color: rgb(192,153,12); }
H1.HeaderClassName
{
color: #C0990C;
}
.AnyTagClassName
{
color: #C0990C;
}
</style>
background-color css
<style>
a { background-color: #C0990C; }
a { background-color: rgb(192,153,12); }
div.DivClassName
{
background-color: #C0990C;
}
.BgClassName
{
background-color: #C0990C;
}
</style>
border-color css
<style>
span { border-color: #C0990C; }
span { border-color: rgb(192,153,12); }
td.TdClassName
{
border-color: #C0990C;
}
.TagClassName
{
border-color: #C0990C;
}
</style>