Shades of Buddha Gold #C5921B
Tints of Buddha Gold #C5921B
RGB
CMYK
RGB Variations
Color information
#C5921B (or 0xC5921B) is known color: Buddha Gold. HEX triplet: C5, 92 and 1B. RGB value is (197,146,27). Sum of RGB (Red+Green+Blue) = 197+146+27=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5921B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5921B is #3A6DE4. Grayscale: #949494. Windows color (decimal): -3829221 or 1807045. OLE color: 1807045.
HSL color Cylindrical-coordinate representation of color #C5921B: hue angle of 42º 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 #C5921B is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 27 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.23 |
| HSL | 42º | 0.76% | 0.44% | - |
| HSV(B) | 42º | 0.86% | 0.77% | - |
| XYZ | 33.5 | 32.51 | 5.55 | - |
| YUV | 147.68 | 59.9 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 27 | 0 | 0.26 | 0.86 | 0.23 | 42 | 0.76 | 0.44 |
| Hex | C5 | 92 | 1B | 0 | 1A | 56 | 17 | 2A | 4C | 2C |
| Octal | 305 | 222 | 33 | 0 | 32 | 126 | 27 | 52 | 114 | 54 |
| Binary | 11000101 | 10010010 | 11011 | 0 | 11010 | 1010110 | 10111 | 101010 | 1001100 | 101100 |
Color Harmonies of #C5921B
Complementary color
Monochromatic Colors of #C5921B
Black with #C5921B
Text Example
Text Example
White with #C5921B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5921B; }
p { color: rgb(197,146,27); }
H1.HeaderClassName
{
color: #C5921B;
}
.AnyTagClassName
{
color: #C5921B;
}
</style>
background-color css
<style>
a { background-color: #C5921B; }
a { background-color: rgb(197,146,27); }
div.DivClassName
{
background-color: #C5921B;
}
.BgClassName
{
background-color: #C5921B;
}
</style>
border-color css
<style>
span { border-color: #C5921B; }
span { border-color: rgb(197,146,27); }
td.TdClassName
{
border-color: #C5921B;
}
.TagClassName
{
border-color: #C5921B;
}
</style>