Shades of Buddha Gold #C7AB0B
Tints of Buddha Gold #C7AB0B
RGB
CMYK
RGB Variations
Color information
#C7AB0B (or 0xC7AB0B) is known color: Buddha Gold. HEX triplet: C7, AB and 0B. RGB value is (199,171,11). Sum of RGB (Red+Green+Blue) = 199+171+11=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AB0B is #3854F4. Grayscale: #A1A1A1. Windows color (decimal): -3691765 or 764871. OLE color: 764871.
HSL color Cylindrical-coordinate representation of color #C7AB0B: hue angle of 51.06º degrees, saturation: 0.9, 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 #C7AB0B is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 171 | 11 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.22 |
| HSL | 51.06º | 0.9% | 0.41% | - |
| HSV(B) | 51.06º | 0.94% | 0.78% | - |
| XYZ | 38.18 | 41.29 | 6.27 | - |
| YUV | 161.13 | 43.28 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 11 | 0 | 0.14 | 0.94 | 0.22 | 51.06 | 0.9 | 0.41 |
| Hex | C7 | AB | B | 0 | E | 5E | 16 | 33 | 5A | 29 |
| Octal | 307 | 253 | 13 | 0 | 16 | 136 | 26 | 63 | 132 | 51 |
| Binary | 11000111 | 10101011 | 1011 | 0 | 1110 | 1011110 | 10110 | 110011 | 1011010 | 101001 |
Color Harmonies of #C7AB0B
Complementary color
Monochromatic Colors of #C7AB0B
Black with #C7AB0B
Text Example
Text Example
White with #C7AB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AB0B; }
p { color: rgb(199,171,11); }
H1.HeaderClassName
{
color: #C7AB0B;
}
.AnyTagClassName
{
color: #C7AB0B;
}
</style>
background-color css
<style>
a { background-color: #C7AB0B; }
a { background-color: rgb(199,171,11); }
div.DivClassName
{
background-color: #C7AB0B;
}
.BgClassName
{
background-color: #C7AB0B;
}
</style>
border-color css
<style>
span { border-color: #C7AB0B; }
span { border-color: rgb(199,171,11); }
td.TdClassName
{
border-color: #C7AB0B;
}
.TagClassName
{
border-color: #C7AB0B;
}
</style>