Shades of Buddha Gold #C29C10
Tints of Buddha Gold #C29C10
RGB
CMYK
RGB Variations
Color information
#C29C10 (or 0xC29C10) is known color: Buddha Gold. HEX triplet: C2, 9C and 10. RGB value is (194,156,16). Sum of RGB (Red+Green+Blue) = 194+156+16=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29C10 is #3D63EF. Grayscale: #979797. Windows color (decimal): -4023280 or 1088706. OLE color: 1088706.
HSL color Cylindrical-coordinate representation of color #C29C10: hue angle of 47.19º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C29C10 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 16 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.24 |
| HSL | 47.19º | 0.85% | 0.41% | - |
| HSV(B) | 47.19º | 0.92% | 0.76% | - |
| XYZ | 34.23 | 35.28 | 5.5 | - |
| YUV | 151.4 | 51.59 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 16 | 0 | 0.20 | 0.92 | 0.24 | 47.19 | 0.85 | 0.41 |
| Hex | C2 | 9C | 10 | 0 | 14 | 5C | 18 | 2F | 55 | 29 |
| Octal | 302 | 234 | 20 | 0 | 24 | 134 | 30 | 57 | 125 | 51 |
| Binary | 11000010 | 10011100 | 10000 | 0 | 10100 | 1011100 | 11000 | 101111 | 1010101 | 101001 |
Color Harmonies of #C29C10
Complementary color
Monochromatic Colors of #C29C10
Black with #C29C10
Text Example
Text Example
White with #C29C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C10; }
p { color: rgb(194,156,16); }
H1.HeaderClassName
{
color: #C29C10;
}
.AnyTagClassName
{
color: #C29C10;
}
</style>
background-color css
<style>
a { background-color: #C29C10; }
a { background-color: rgb(194,156,16); }
div.DivClassName
{
background-color: #C29C10;
}
.BgClassName
{
background-color: #C29C10;
}
</style>
border-color css
<style>
span { border-color: #C29C10; }
span { border-color: rgb(194,156,16); }
td.TdClassName
{
border-color: #C29C10;
}
.TagClassName
{
border-color: #C29C10;
}
</style>