Shades of Buddha Gold #C5951C
Tints of Buddha Gold #C5951C
RGB
CMYK
RGB Variations
Color information
#C5951C (or 0xC5951C) is known color: Buddha Gold. HEX triplet: C5, 95 and 1C. RGB value is (197,149,28). Sum of RGB (Red+Green+Blue) = 197+149+28=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5951C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5951C is #3A6AE3. Grayscale: #969696. Windows color (decimal): -3828452 or 1873349. OLE color: 1873349.
HSL color Cylindrical-coordinate representation of color #C5951C: hue angle of 42.96º degrees, saturation: 0.75, 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 #C5951C is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 28 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.23 |
| HSL | 42.96º | 0.75% | 0.44% | - |
| HSV(B) | 42.96º | 0.86% | 0.77% | - |
| XYZ | 33.98 | 33.45 | 5.76 | - |
| YUV | 149.56 | 59.4 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 28 | 0 | 0.24 | 0.86 | 0.23 | 42.96 | 0.75 | 0.44 |
| Hex | C5 | 95 | 1C | 0 | 18 | 56 | 17 | 2B | 4B | 2C |
| Octal | 305 | 225 | 34 | 0 | 30 | 126 | 27 | 53 | 113 | 54 |
| Binary | 11000101 | 10010101 | 11100 | 0 | 11000 | 1010110 | 10111 | 101011 | 1001011 | 101100 |
Color Harmonies of #C5951C
Complementary color
Monochromatic Colors of #C5951C
Black with #C5951C
Text Example
Text Example
White with #C5951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5951C; }
p { color: rgb(197,149,28); }
H1.HeaderClassName
{
color: #C5951C;
}
.AnyTagClassName
{
color: #C5951C;
}
</style>
background-color css
<style>
a { background-color: #C5951C; }
a { background-color: rgb(197,149,28); }
div.DivClassName
{
background-color: #C5951C;
}
.BgClassName
{
background-color: #C5951C;
}
</style>
border-color css
<style>
span { border-color: #C5951C; }
span { border-color: rgb(197,149,28); }
td.TdClassName
{
border-color: #C5951C;
}
.TagClassName
{
border-color: #C5951C;
}
</style>