Shades of Buddha Gold #C4951A
Tints of Buddha Gold #C4951A
RGB
CMYK
RGB Variations
Color information
#C4951A (or 0xC4951A) is known color: Buddha Gold. HEX triplet: C4, 95 and 1A. RGB value is (196,149,26). Sum of RGB (Red+Green+Blue) = 196+149+26=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4951A is #3B6AE5. Grayscale: #959595. Windows color (decimal): -3893990 or 1742276. OLE color: 1742276.
HSL color Cylindrical-coordinate representation of color #C4951A: hue angle of 43.41º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4951A is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 26 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.23 |
| HSL | 43.41º | 0.77% | 0.44% | - |
| HSV(B) | 43.41º | 0.87% | 0.77% | - |
| XYZ | 33.7 | 33.31 | 5.63 | - |
| YUV | 149.03 | 58.57 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 26 | 0 | 0.24 | 0.87 | 0.23 | 43.41 | 0.77 | 0.44 |
| Hex | C4 | 95 | 1A | 0 | 18 | 57 | 17 | 2B | 4D | 2C |
| Octal | 304 | 225 | 32 | 0 | 30 | 127 | 27 | 53 | 115 | 54 |
| Binary | 11000100 | 10010101 | 11010 | 0 | 11000 | 1010111 | 10111 | 101011 | 1001101 | 101100 |
Color Harmonies of #C4951A
Complementary color
Monochromatic Colors of #C4951A
Black with #C4951A
Text Example
Text Example
White with #C4951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4951A; }
p { color: rgb(196,149,26); }
H1.HeaderClassName
{
color: #C4951A;
}
.AnyTagClassName
{
color: #C4951A;
}
</style>
background-color css
<style>
a { background-color: #C4951A; }
a { background-color: rgb(196,149,26); }
div.DivClassName
{
background-color: #C4951A;
}
.BgClassName
{
background-color: #C4951A;
}
</style>
border-color css
<style>
span { border-color: #C4951A; }
span { border-color: rgb(196,149,26); }
td.TdClassName
{
border-color: #C4951A;
}
.TagClassName
{
border-color: #C4951A;
}
</style>