Shades of Buddha Gold #C29C07
Tints of Buddha Gold #C29C07
RGB
CMYK
RGB Variations
Color information
#C29C07 (or 0xC29C07) is known color: Buddha Gold. HEX triplet: C2, 9C and 07. RGB value is (194,156,7). Sum of RGB (Red+Green+Blue) = 194+156+7=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29C07 is #3D63F8. Grayscale: #979797. Windows color (decimal): -4023289 or 498882. OLE color: 498882.
HSL color Cylindrical-coordinate representation of color #C29C07: hue angle of 47.81º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C29C07 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 7 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.24 |
| HSL | 47.81º | 0.93% | 0.39% | - |
| HSV(B) | 47.81º | 0.96% | 0.76% | - |
| XYZ | 34.17 | 35.26 | 5.21 | - |
| YUV | 150.38 | 47.09 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 7 | 0 | 0.20 | 0.96 | 0.24 | 47.81 | 0.93 | 0.39 |
| Hex | C2 | 9C | 7 | 0 | 14 | 60 | 18 | 30 | 5D | 27 |
| Octal | 302 | 234 | 7 | 0 | 24 | 140 | 30 | 60 | 135 | 47 |
| Binary | 11000010 | 10011100 | 111 | 0 | 10100 | 1100000 | 11000 | 110000 | 1011101 | 100111 |
Color Harmonies of #C29C07
Complementary color
Monochromatic Colors of #C29C07
Black with #C29C07
Text Example
Text Example
White with #C29C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C07; }
p { color: rgb(194,156,7); }
H1.HeaderClassName
{
color: #C29C07;
}
.AnyTagClassName
{
color: #C29C07;
}
</style>
background-color css
<style>
a { background-color: #C29C07; }
a { background-color: rgb(194,156,7); }
div.DivClassName
{
background-color: #C29C07;
}
.BgClassName
{
background-color: #C29C07;
}
</style>
border-color css
<style>
span { border-color: #C29C07; }
span { border-color: rgb(194,156,7); }
td.TdClassName
{
border-color: #C29C07;
}
.TagClassName
{
border-color: #C29C07;
}
</style>