Shades of Buddha Gold #C0990F
Tints of Buddha Gold #C0990F
RGB
CMYK
RGB Variations
Color information
#C0990F (or 0xC0990F) is known color: Buddha Gold. HEX triplet: C0, 99 and 0F. RGB value is (192,153,15). Sum of RGB (Red+Green+Blue) = 192+153+15=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C0990F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0990F is #3F66F0. Grayscale: #959595. Windows color (decimal): -4155121 or 1022400. OLE color: 1022400.
HSL color Cylindrical-coordinate representation of color #C0990F: hue angle of 46.78º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0990F is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 15 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.25 |
| HSL | 46.78º | 0.86% | 0.41% | - |
| HSV(B) | 46.78º | 0.92% | 0.75% | - |
| XYZ | 33.22 | 34.02 | 5.27 | - |
| YUV | 148.93 | 52.42 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 15 | 0 | 0.20 | 0.92 | 0.25 | 46.78 | 0.86 | 0.41 |
| Hex | C0 | 99 | F | 0 | 14 | 5C | 19 | 2F | 56 | 29 |
| Octal | 300 | 231 | 17 | 0 | 24 | 134 | 31 | 57 | 126 | 51 |
| Binary | 11000000 | 10011001 | 1111 | 0 | 10100 | 1011100 | 11001 | 101111 | 1010110 | 101001 |
Color Harmonies of #C0990F
Complementary color
Monochromatic Colors of #C0990F
Black with #C0990F
Text Example
Text Example
White with #C0990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0990F; }
p { color: rgb(192,153,15); }
H1.HeaderClassName
{
color: #C0990F;
}
.AnyTagClassName
{
color: #C0990F;
}
</style>
background-color css
<style>
a { background-color: #C0990F; }
a { background-color: rgb(192,153,15); }
div.DivClassName
{
background-color: #C0990F;
}
.BgClassName
{
background-color: #C0990F;
}
</style>
border-color css
<style>
span { border-color: #C0990F; }
span { border-color: rgb(192,153,15); }
td.TdClassName
{
border-color: #C0990F;
}
.TagClassName
{
border-color: #C0990F;
}
</style>