Shades of Buddha Gold #C4951D
Tints of Buddha Gold #C4951D
RGB
CMYK
RGB Variations
Color information
#C4951D (or 0xC4951D) is known color: Buddha Gold. HEX triplet: C4, 95 and 1D. RGB value is (196,149,29). Sum of RGB (Red+Green+Blue) = 196+149+29=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4951D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4951D is #3B6AE2. Grayscale: #959595. Windows color (decimal): -3893987 or 1938884. OLE color: 1938884.
HSL color Cylindrical-coordinate representation of color #C4951D: hue angle of 43.11º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4951D is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 29 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.23 |
| HSL | 43.11º | 0.74% | 0.44% | - |
| HSV(B) | 43.11º | 0.85% | 0.77% | - |
| XYZ | 33.73 | 33.32 | 5.82 | - |
| YUV | 149.37 | 60.07 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 29 | 0 | 0.24 | 0.85 | 0.23 | 43.11 | 0.74 | 0.44 |
| Hex | C4 | 95 | 1D | 0 | 18 | 55 | 17 | 2B | 4A | 2C |
| Octal | 304 | 225 | 35 | 0 | 30 | 125 | 27 | 53 | 112 | 54 |
| Binary | 11000100 | 10010101 | 11101 | 0 | 11000 | 1010101 | 10111 | 101011 | 1001010 | 101100 |
Color Harmonies of #C4951D
Complementary color
Monochromatic Colors of #C4951D
Black with #C4951D
Text Example
Text Example
White with #C4951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4951D; }
p { color: rgb(196,149,29); }
H1.HeaderClassName
{
color: #C4951D;
}
.AnyTagClassName
{
color: #C4951D;
}
</style>
background-color css
<style>
a { background-color: #C4951D; }
a { background-color: rgb(196,149,29); }
div.DivClassName
{
background-color: #C4951D;
}
.BgClassName
{
background-color: #C4951D;
}
</style>
border-color css
<style>
span { border-color: #C4951D; }
span { border-color: rgb(196,149,29); }
td.TdClassName
{
border-color: #C4951D;
}
.TagClassName
{
border-color: #C4951D;
}
</style>