Shades of Buddha Gold #C29C0F
Tints of Buddha Gold #C29C0F
RGB
CMYK
RGB Variations
Color information
#C29C0F (or 0xC29C0F) is known color: Buddha Gold. HEX triplet: C2, 9C and 0F. RGB value is (194,156,15). Sum of RGB (Red+Green+Blue) = 194+156+15=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29C0F is #3D63F0. Grayscale: #979797. Windows color (decimal): -4023281 or 1023170. OLE color: 1023170.
HSL color Cylindrical-coordinate representation of color #C29C0F: hue angle of 47.26º degrees, saturation: 0.86, 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 #C29C0F is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 15 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.24 |
| HSL | 47.26º | 0.86% | 0.41% | - |
| HSV(B) | 47.26º | 0.92% | 0.76% | - |
| XYZ | 34.22 | 35.28 | 5.46 | - |
| YUV | 151.29 | 51.09 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 15 | 0 | 0.20 | 0.92 | 0.24 | 47.26 | 0.86 | 0.41 |
| Hex | C2 | 9C | F | 0 | 14 | 5C | 18 | 2F | 56 | 29 |
| Octal | 302 | 234 | 17 | 0 | 24 | 134 | 30 | 57 | 126 | 51 |
| Binary | 11000010 | 10011100 | 1111 | 0 | 10100 | 1011100 | 11000 | 101111 | 1010110 | 101001 |
Color Harmonies of #C29C0F
Complementary color
Monochromatic Colors of #C29C0F
Black with #C29C0F
Text Example
Text Example
White with #C29C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C0F; }
p { color: rgb(194,156,15); }
H1.HeaderClassName
{
color: #C29C0F;
}
.AnyTagClassName
{
color: #C29C0F;
}
</style>
background-color css
<style>
a { background-color: #C29C0F; }
a { background-color: rgb(194,156,15); }
div.DivClassName
{
background-color: #C29C0F;
}
.BgClassName
{
background-color: #C29C0F;
}
</style>
border-color css
<style>
span { border-color: #C29C0F; }
span { border-color: rgb(194,156,15); }
td.TdClassName
{
border-color: #C29C0F;
}
.TagClassName
{
border-color: #C29C0F;
}
</style>