Shades of Buddha Gold #C99119
Tints of Buddha Gold #C99119
RGB
CMYK
RGB Variations
Color information
#C99119 (or 0xC99119) is known color: Buddha Gold. HEX triplet: C9, 91 and 19. RGB value is (201,145,25). Sum of RGB (Red+Green+Blue) = 201+145+25=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C99119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99119 is #366EE6. Grayscale: #949494. Windows color (decimal): -3567335 or 1675721. OLE color: 1675721.
HSL color Cylindrical-coordinate representation of color #C99119: hue angle of 40.91º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C99119 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 25 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.21 |
| HSL | 40.91º | 0.78% | 0.44% | - |
| HSV(B) | 40.91º | 0.88% | 0.79% | - |
| XYZ | 34.39 | 32.74 | 5.43 | - |
| YUV | 148.06 | 58.55 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 25 | 0 | 0.28 | 0.88 | 0.21 | 40.91 | 0.78 | 0.44 |
| Hex | C9 | 91 | 19 | 0 | 1C | 58 | 15 | 29 | 4E | 2C |
| Octal | 311 | 221 | 31 | 0 | 34 | 130 | 25 | 51 | 116 | 54 |
| Binary | 11001001 | 10010001 | 11001 | 0 | 11100 | 1011000 | 10101 | 101001 | 1001110 | 101100 |
Color Harmonies of #C99119
Complementary color
Monochromatic Colors of #C99119
Black with #C99119
Text Example
Text Example
White with #C99119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99119; }
p { color: rgb(201,145,25); }
H1.HeaderClassName
{
color: #C99119;
}
.AnyTagClassName
{
color: #C99119;
}
</style>
background-color css
<style>
a { background-color: #C99119; }
a { background-color: rgb(201,145,25); }
div.DivClassName
{
background-color: #C99119;
}
.BgClassName
{
background-color: #C99119;
}
</style>
border-color css
<style>
span { border-color: #C99119; }
span { border-color: rgb(201,145,25); }
td.TdClassName
{
border-color: #C99119;
}
.TagClassName
{
border-color: #C99119;
}
</style>