Shades of Buddha Gold #C5991C
Tints of Buddha Gold #C5991C
RGB
CMYK
RGB Variations
Color information
#C5991C (or 0xC5991C) is known color: Buddha Gold. HEX triplet: C5, 99 and 1C. RGB value is (197,153,28). Sum of RGB (Red+Green+Blue) = 197+153+28=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5991C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5991C is #3A66E3. Grayscale: #989898. Windows color (decimal): -3827428 or 1874373. OLE color: 1874373.
HSL color Cylindrical-coordinate representation of color #C5991C: hue angle of 44.38º 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 #C5991C is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 28 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.23 |
| HSL | 44.38º | 0.75% | 0.44% | - |
| HSV(B) | 44.38º | 0.86% | 0.77% | - |
| XYZ | 34.63 | 34.74 | 5.98 | - |
| YUV | 151.91 | 58.08 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 28 | 0 | 0.22 | 0.86 | 0.23 | 44.38 | 0.75 | 0.44 |
| Hex | C5 | 99 | 1C | 0 | 16 | 56 | 17 | 2C | 4B | 2C |
| Octal | 305 | 231 | 34 | 0 | 26 | 126 | 27 | 54 | 113 | 54 |
| Binary | 11000101 | 10011001 | 11100 | 0 | 10110 | 1010110 | 10111 | 101100 | 1001011 | 101100 |
Color Harmonies of #C5991C
Complementary color
Monochromatic Colors of #C5991C
Black with #C5991C
Text Example
Text Example
White with #C5991C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5991C; }
p { color: rgb(197,153,28); }
H1.HeaderClassName
{
color: #C5991C;
}
.AnyTagClassName
{
color: #C5991C;
}
</style>
background-color css
<style>
a { background-color: #C5991C; }
a { background-color: rgb(197,153,28); }
div.DivClassName
{
background-color: #C5991C;
}
.BgClassName
{
background-color: #C5991C;
}
</style>
border-color css
<style>
span { border-color: #C5991C; }
span { border-color: rgb(197,153,28); }
td.TdClassName
{
border-color: #C5991C;
}
.TagClassName
{
border-color: #C5991C;
}
</style>