Shades of Buddha Gold #C5990C
Tints of Buddha Gold #C5990C
RGB
CMYK
RGB Variations
Color information
#C5990C (or 0xC5990C) is known color: Buddha Gold. HEX triplet: C5, 99 and 0C. RGB value is (197,153,12). Sum of RGB (Red+Green+Blue) = 197+153+12=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C5990C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5990C is #3A66F3. Grayscale: #969696. Windows color (decimal): -3827444 or 825797. OLE color: 825797.
HSL color Cylindrical-coordinate representation of color #C5990C: hue angle of 45.73º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5990C is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 12 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.23 |
| HSL | 45.73º | 0.89% | 0.41% | - |
| HSV(B) | 45.73º | 0.94% | 0.77% | - |
| XYZ | 34.48 | 34.68 | 5.22 | - |
| YUV | 150.08 | 50.08 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 12 | 0 | 0.22 | 0.94 | 0.23 | 45.73 | 0.89 | 0.41 |
| Hex | C5 | 99 | C | 0 | 16 | 5E | 17 | 2E | 59 | 29 |
| Octal | 305 | 231 | 14 | 0 | 26 | 136 | 27 | 56 | 131 | 51 |
| Binary | 11000101 | 10011001 | 1100 | 0 | 10110 | 1011110 | 10111 | 101110 | 1011001 | 101001 |
Color Harmonies of #C5990C
Complementary color
Monochromatic Colors of #C5990C
Black with #C5990C
Text Example
Text Example
White with #C5990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5990C; }
p { color: rgb(197,153,12); }
H1.HeaderClassName
{
color: #C5990C;
}
.AnyTagClassName
{
color: #C5990C;
}
</style>
background-color css
<style>
a { background-color: #C5990C; }
a { background-color: rgb(197,153,12); }
div.DivClassName
{
background-color: #C5990C;
}
.BgClassName
{
background-color: #C5990C;
}
</style>
border-color css
<style>
span { border-color: #C5990C; }
span { border-color: rgb(197,153,12); }
td.TdClassName
{
border-color: #C5990C;
}
.TagClassName
{
border-color: #C5990C;
}
</style>