Shades of Buddha Gold #C6950B
Tints of Buddha Gold #C6950B
RGB
CMYK
RGB Variations
Color information
#C6950B (or 0xC6950B) is known color: Buddha Gold. HEX triplet: C6, 95 and 0B. RGB value is (198,149,11). Sum of RGB (Red+Green+Blue) = 198+149+11=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C6950B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6950B is #396AF4. Grayscale: #949494. Windows color (decimal): -3762933 or 759238. OLE color: 759238.
HSL color Cylindrical-coordinate representation of color #C6950B: hue angle of 44.28º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6950B is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 11 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.22 |
| HSL | 44.28º | 0.89% | 0.41% | - |
| HSV(B) | 44.28º | 0.94% | 0.78% | - |
| XYZ | 34.1 | 33.52 | 4.99 | - |
| YUV | 147.92 | 50.73 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 11 | 0 | 0.25 | 0.94 | 0.22 | 44.28 | 0.89 | 0.41 |
| Hex | C6 | 95 | B | 0 | 19 | 5E | 16 | 2C | 59 | 29 |
| Octal | 306 | 225 | 13 | 0 | 31 | 136 | 26 | 54 | 131 | 51 |
| Binary | 11000110 | 10010101 | 1011 | 0 | 11001 | 1011110 | 10110 | 101100 | 1011001 | 101001 |
Color Harmonies of #C6950B
Complementary color
Monochromatic Colors of #C6950B
Black with #C6950B
Text Example
Text Example
White with #C6950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6950B; }
p { color: rgb(198,149,11); }
H1.HeaderClassName
{
color: #C6950B;
}
.AnyTagClassName
{
color: #C6950B;
}
</style>
background-color css
<style>
a { background-color: #C6950B; }
a { background-color: rgb(198,149,11); }
div.DivClassName
{
background-color: #C6950B;
}
.BgClassName
{
background-color: #C6950B;
}
</style>
border-color css
<style>
span { border-color: #C6950B; }
span { border-color: rgb(198,149,11); }
td.TdClassName
{
border-color: #C6950B;
}
.TagClassName
{
border-color: #C6950B;
}
</style>