Shades of Buddha Gold #C4940F
Tints of Buddha Gold #C4940F
RGB
CMYK
RGB Variations
Color information
#C4940F (or 0xC4940F) is known color: Buddha Gold. HEX triplet: C4, 94 and 0F. RGB value is (196,148,15). Sum of RGB (Red+Green+Blue) = 196+148+15=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4940F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4940F is #3B6BF0. Grayscale: #939393. Windows color (decimal): -3894257 or 1021124. OLE color: 1021124.
HSL color Cylindrical-coordinate representation of color #C4940F: hue angle of 44.09º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4940F is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 15 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.23 |
| HSL | 44.09º | 0.86% | 0.41% | - |
| HSV(B) | 44.09º | 0.92% | 0.77% | - |
| XYZ | 33.44 | 32.95 | 5.05 | - |
| YUV | 147.19 | 53.4 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 15 | 0 | 0.24 | 0.92 | 0.23 | 44.09 | 0.86 | 0.41 |
| Hex | C4 | 94 | F | 0 | 18 | 5C | 17 | 2C | 56 | 29 |
| Octal | 304 | 224 | 17 | 0 | 30 | 134 | 27 | 54 | 126 | 51 |
| Binary | 11000100 | 10010100 | 1111 | 0 | 11000 | 1011100 | 10111 | 101100 | 1010110 | 101001 |
Color Harmonies of #C4940F
Complementary color
Monochromatic Colors of #C4940F
Black with #C4940F
Text Example
Text Example
White with #C4940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4940F; }
p { color: rgb(196,148,15); }
H1.HeaderClassName
{
color: #C4940F;
}
.AnyTagClassName
{
color: #C4940F;
}
</style>
background-color css
<style>
a { background-color: #C4940F; }
a { background-color: rgb(196,148,15); }
div.DivClassName
{
background-color: #C4940F;
}
.BgClassName
{
background-color: #C4940F;
}
</style>
border-color css
<style>
span { border-color: #C4940F; }
span { border-color: rgb(196,148,15); }
td.TdClassName
{
border-color: #C4940F;
}
.TagClassName
{
border-color: #C4940F;
}
</style>