Shades of Buddha Gold #C5911B
Tints of Buddha Gold #C5911B
RGB
CMYK
RGB Variations
Color information
#C5911B (or 0xC5911B) is known color: Buddha Gold. HEX triplet: C5, 91 and 1B. RGB value is (197,145,27). Sum of RGB (Red+Green+Blue) = 197+145+27=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5911B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5911B is #3A6EE4. Grayscale: #939393. Windows color (decimal): -3829477 or 1806789. OLE color: 1806789.
HSL color Cylindrical-coordinate representation of color #C5911B: hue angle of 41.65º 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 #C5911B is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 27 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.23 |
| HSL | 41.65º | 0.76% | 0.44% | - |
| HSV(B) | 41.65º | 0.86% | 0.77% | - |
| XYZ | 33.35 | 32.2 | 5.49 | - |
| YUV | 147.1 | 60.23 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 27 | 0 | 0.26 | 0.86 | 0.23 | 41.65 | 0.76 | 0.44 |
| Hex | C5 | 91 | 1B | 0 | 1A | 56 | 17 | 2A | 4C | 2C |
| Octal | 305 | 221 | 33 | 0 | 32 | 126 | 27 | 52 | 114 | 54 |
| Binary | 11000101 | 10010001 | 11011 | 0 | 11010 | 1010110 | 10111 | 101010 | 1001100 | 101100 |
Color Harmonies of #C5911B
Complementary color
Monochromatic Colors of #C5911B
Black with #C5911B
Text Example
Text Example
White with #C5911B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5911B; }
p { color: rgb(197,145,27); }
H1.HeaderClassName
{
color: #C5911B;
}
.AnyTagClassName
{
color: #C5911B;
}
</style>
background-color css
<style>
a { background-color: #C5911B; }
a { background-color: rgb(197,145,27); }
div.DivClassName
{
background-color: #C5911B;
}
.BgClassName
{
background-color: #C5911B;
}
</style>
border-color css
<style>
span { border-color: #C5911B; }
span { border-color: rgb(197,145,27); }
td.TdClassName
{
border-color: #C5911B;
}
.TagClassName
{
border-color: #C5911B;
}
</style>