Shades of Buddha Gold #C4901B
Tints of Buddha Gold #C4901B
RGB
CMYK
RGB Variations
Color information
#C4901B (or 0xC4901B) is known color: Buddha Gold. HEX triplet: C4, 90 and 1B. RGB value is (196,144,27). Sum of RGB (Red+Green+Blue) = 196+144+27=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C4901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4901B is #3B6FE4. Grayscale: #929292. Windows color (decimal): -3895269 or 1806532. OLE color: 1806532.
HSL color Cylindrical-coordinate representation of color #C4901B: hue angle of 41.54º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4901B is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 27 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.23 |
| HSL | 41.54º | 0.76% | 0.44% | - |
| HSV(B) | 41.54º | 0.86% | 0.77% | - |
| XYZ | 32.94 | 31.76 | 5.43 | - |
| YUV | 146.21 | 60.73 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 27 | 0 | 0.27 | 0.86 | 0.23 | 41.54 | 0.76 | 0.44 |
| Hex | C4 | 90 | 1B | 0 | 1B | 56 | 17 | 2A | 4C | 2C |
| Octal | 304 | 220 | 33 | 0 | 33 | 126 | 27 | 52 | 114 | 54 |
| Binary | 11000100 | 10010000 | 11011 | 0 | 11011 | 1010110 | 10111 | 101010 | 1001100 | 101100 |
Color Harmonies of #C4901B
Complementary color
Monochromatic Colors of #C4901B
Black with #C4901B
Text Example
Text Example
White with #C4901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4901B; }
p { color: rgb(196,144,27); }
H1.HeaderClassName
{
color: #C4901B;
}
.AnyTagClassName
{
color: #C4901B;
}
</style>
background-color css
<style>
a { background-color: #C4901B; }
a { background-color: rgb(196,144,27); }
div.DivClassName
{
background-color: #C4901B;
}
.BgClassName
{
background-color: #C4901B;
}
</style>
border-color css
<style>
span { border-color: #C4901B; }
span { border-color: rgb(196,144,27); }
td.TdClassName
{
border-color: #C4901B;
}
.TagClassName
{
border-color: #C4901B;
}
</style>