Shades of Buddha Gold #C1A70B
Tints of Buddha Gold #C1A70B
RGB
CMYK
RGB Variations
Color information
#C1A70B (or 0xC1A70B) is known color: Buddha Gold. HEX triplet: C1, A7 and 0B. RGB value is (193,167,11). Sum of RGB (Red+Green+Blue) = 193+167+11=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A70B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A70B is #3E58F4. Grayscale: #9D9D9D. Windows color (decimal): -4086005 or 763841. OLE color: 763841.
HSL color Cylindrical-coordinate representation of color #C1A70B: hue angle of 51.43º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1A70B is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 167 | 11 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.24 |
| HSL | 51.43º | 0.89% | 0.4% | - |
| HSV(B) | 51.43º | 0.94% | 0.76% | - |
| XYZ | 35.87 | 39 | 5.95 | - |
| YUV | 156.99 | 45.61 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 167 | 11 | 0 | 0.13 | 0.94 | 0.24 | 51.43 | 0.89 | 0.4 |
| Hex | C1 | A7 | B | 0 | D | 5E | 18 | 33 | 59 | 28 |
| Octal | 301 | 247 | 13 | 0 | 15 | 136 | 30 | 63 | 131 | 50 |
| Binary | 11000001 | 10100111 | 1011 | 0 | 1101 | 1011110 | 11000 | 110011 | 1011001 | 101000 |
Color Harmonies of #C1A70B
Complementary color
Monochromatic Colors of #C1A70B
Black with #C1A70B
Text Example
Text Example
White with #C1A70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A70B; }
p { color: rgb(193,167,11); }
H1.HeaderClassName
{
color: #C1A70B;
}
.AnyTagClassName
{
color: #C1A70B;
}
</style>
background-color css
<style>
a { background-color: #C1A70B; }
a { background-color: rgb(193,167,11); }
div.DivClassName
{
background-color: #C1A70B;
}
.BgClassName
{
background-color: #C1A70B;
}
</style>
border-color css
<style>
span { border-color: #C1A70B; }
span { border-color: rgb(193,167,11); }
td.TdClassName
{
border-color: #C1A70B;
}
.TagClassName
{
border-color: #C1A70B;
}
</style>