Shades of Buddha Gold #C29B0C
Tints of Buddha Gold #C29B0C
RGB
CMYK
RGB Variations
Color information
#C29B0C (or 0xC29B0C) is known color: Buddha Gold. HEX triplet: C2, 9B and 0C. RGB value is (194,155,12). Sum of RGB (Red+Green+Blue) = 194+155+12=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29B0C is #3D64F3. Grayscale: #969696. Windows color (decimal): -4023540 or 826306. OLE color: 826306.
HSL color Cylindrical-coordinate representation of color #C29B0C: hue angle of 47.14º degrees, saturation: 0.88, 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 #C29B0C is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 12 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.24 |
| HSL | 47.14º | 0.88% | 0.4% | - |
| HSV(B) | 47.14º | 0.94% | 0.76% | - |
| XYZ | 34.04 | 34.94 | 5.3 | - |
| YUV | 150.36 | 49.92 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 12 | 0 | 0.20 | 0.94 | 0.24 | 47.14 | 0.88 | 0.4 |
| Hex | C2 | 9B | C | 0 | 14 | 5E | 18 | 2F | 58 | 28 |
| Octal | 302 | 233 | 14 | 0 | 24 | 136 | 30 | 57 | 130 | 50 |
| Binary | 11000010 | 10011011 | 1100 | 0 | 10100 | 1011110 | 11000 | 101111 | 1011000 | 101000 |
Color Harmonies of #C29B0C
Complementary color
Monochromatic Colors of #C29B0C
Black with #C29B0C
Text Example
Text Example
White with #C29B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B0C; }
p { color: rgb(194,155,12); }
H1.HeaderClassName
{
color: #C29B0C;
}
.AnyTagClassName
{
color: #C29B0C;
}
</style>
background-color css
<style>
a { background-color: #C29B0C; }
a { background-color: rgb(194,155,12); }
div.DivClassName
{
background-color: #C29B0C;
}
.BgClassName
{
background-color: #C29B0C;
}
</style>
border-color css
<style>
span { border-color: #C29B0C; }
span { border-color: rgb(194,155,12); }
td.TdClassName
{
border-color: #C29B0C;
}
.TagClassName
{
border-color: #C29B0C;
}
</style>