Shades of Buddha Gold #C0981B
Tints of Buddha Gold #C0981B
RGB
CMYK
RGB Variations
Color information
#C0981B (or 0xC0981B) is known color: Buddha Gold. HEX triplet: C0, 98 and 1B. RGB value is (192,152,27). Sum of RGB (Red+Green+Blue) = 192+152+27=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0981B is #3F67E4. Grayscale: #969696. Windows color (decimal): -4155365 or 1808576. OLE color: 1808576.
HSL color Cylindrical-coordinate representation of color #C0981B: hue angle of 45.45º 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 #C0981B is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 27 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.25 |
| HSL | 45.45º | 0.75% | 0.43% | - |
| HSV(B) | 45.45º | 0.86% | 0.75% | - |
| XYZ | 33.16 | 33.74 | 5.8 | - |
| YUV | 149.71 | 58.75 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 27 | 0 | 0.21 | 0.86 | 0.25 | 45.45 | 0.75 | 0.43 |
| Hex | C0 | 98 | 1B | 0 | 15 | 56 | 19 | 2D | 4B | 2B |
| Octal | 300 | 230 | 33 | 0 | 25 | 126 | 31 | 55 | 113 | 53 |
| Binary | 11000000 | 10011000 | 11011 | 0 | 10101 | 1010110 | 11001 | 101101 | 1001011 | 101011 |
Color Harmonies of #C0981B
Complementary color
Monochromatic Colors of #C0981B
Black with #C0981B
Text Example
Text Example
White with #C0981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0981B; }
p { color: rgb(192,152,27); }
H1.HeaderClassName
{
color: #C0981B;
}
.AnyTagClassName
{
color: #C0981B;
}
</style>
background-color css
<style>
a { background-color: #C0981B; }
a { background-color: rgb(192,152,27); }
div.DivClassName
{
background-color: #C0981B;
}
.BgClassName
{
background-color: #C0981B;
}
</style>
border-color css
<style>
span { border-color: #C0981B; }
span { border-color: rgb(192,152,27); }
td.TdClassName
{
border-color: #C0981B;
}
.TagClassName
{
border-color: #C0981B;
}
</style>