Shades of Buddha Gold #C5951B
Tints of Buddha Gold #C5951B
RGB
CMYK
RGB Variations
Color information
#C5951B (or 0xC5951B) is known color: Buddha Gold. HEX triplet: C5, 95 and 1B. RGB value is (197,149,27). Sum of RGB (Red+Green+Blue) = 197+149+27=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5951B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5951B is #3A6AE4. Grayscale: #959595. Windows color (decimal): -3828453 or 1807813. OLE color: 1807813.
HSL color Cylindrical-coordinate representation of color #C5951B: hue angle of 43.06º 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 #C5951B is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 27 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.23 |
| HSL | 43.06º | 0.76% | 0.44% | - |
| HSV(B) | 43.06º | 0.86% | 0.77% | - |
| XYZ | 33.97 | 33.44 | 5.7 | - |
| YUV | 149.44 | 58.9 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 27 | 0 | 0.24 | 0.86 | 0.23 | 43.06 | 0.76 | 0.44 |
| Hex | C5 | 95 | 1B | 0 | 18 | 56 | 17 | 2B | 4C | 2C |
| Octal | 305 | 225 | 33 | 0 | 30 | 126 | 27 | 53 | 114 | 54 |
| Binary | 11000101 | 10010101 | 11011 | 0 | 11000 | 1010110 | 10111 | 101011 | 1001100 | 101100 |
Color Harmonies of #C5951B
Complementary color
Monochromatic Colors of #C5951B
Black with #C5951B
Text Example
Text Example
White with #C5951B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5951B; }
p { color: rgb(197,149,27); }
H1.HeaderClassName
{
color: #C5951B;
}
.AnyTagClassName
{
color: #C5951B;
}
</style>
background-color css
<style>
a { background-color: #C5951B; }
a { background-color: rgb(197,149,27); }
div.DivClassName
{
background-color: #C5951B;
}
.BgClassName
{
background-color: #C5951B;
}
</style>
border-color css
<style>
span { border-color: #C5951B; }
span { border-color: rgb(197,149,27); }
td.TdClassName
{
border-color: #C5951B;
}
.TagClassName
{
border-color: #C5951B;
}
</style>