Shades of Buddha Gold #C99F19
Tints of Buddha Gold #C99F19
RGB
CMYK
RGB Variations
Color information
#C99F19 (or 0xC99F19) is known color: Buddha Gold. HEX triplet: C9, 9F and 19. RGB value is (201,159,25). Sum of RGB (Red+Green+Blue) = 201+159+25=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99F19 is #3660E6. Grayscale: #9C9C9C. Windows color (decimal): -3563751 or 1679305. OLE color: 1679305.
HSL color Cylindrical-coordinate representation of color #C99F19: hue angle of 45.68º 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 #C99F19 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 25 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.21 |
| HSL | 45.68º | 0.78% | 0.44% | - |
| HSV(B) | 45.68º | 0.88% | 0.79% | - |
| XYZ | 36.66 | 37.28 | 6.18 | - |
| YUV | 156.28 | 53.91 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 25 | 0 | 0.21 | 0.88 | 0.21 | 45.68 | 0.78 | 0.44 |
| Hex | C9 | 9F | 19 | 0 | 15 | 58 | 15 | 2E | 4E | 2C |
| Octal | 311 | 237 | 31 | 0 | 25 | 130 | 25 | 56 | 116 | 54 |
| Binary | 11001001 | 10011111 | 11001 | 0 | 10101 | 1011000 | 10101 | 101110 | 1001110 | 101100 |
Color Harmonies of #C99F19
Complementary color
Monochromatic Colors of #C99F19
Black with #C99F19
Text Example
Text Example
White with #C99F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99F19; }
p { color: rgb(201,159,25); }
H1.HeaderClassName
{
color: #C99F19;
}
.AnyTagClassName
{
color: #C99F19;
}
</style>
background-color css
<style>
a { background-color: #C99F19; }
a { background-color: rgb(201,159,25); }
div.DivClassName
{
background-color: #C99F19;
}
.BgClassName
{
background-color: #C99F19;
}
</style>
border-color css
<style>
span { border-color: #C99F19; }
span { border-color: rgb(201,159,25); }
td.TdClassName
{
border-color: #C99F19;
}
.TagClassName
{
border-color: #C99F19;
}
</style>