Shades of Buddha Gold #C99E19
Tints of Buddha Gold #C99E19
RGB
CMYK
RGB Variations
Color information
#C99E19 (or 0xC99E19) is known color: Buddha Gold. HEX triplet: C9, 9E and 19. RGB value is (201,158,25). Sum of RGB (Red+Green+Blue) = 201+158+25=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99E19 is #3661E6. Grayscale: #9C9C9C. Windows color (decimal): -3564007 or 1679049. OLE color: 1679049.
HSL color Cylindrical-coordinate representation of color #C99E19: hue angle of 45.34º 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 #C99E19 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 25 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.21 |
| HSL | 45.34º | 0.78% | 0.44% | - |
| HSV(B) | 45.34º | 0.88% | 0.79% | - |
| XYZ | 36.49 | 36.94 | 6.13 | - |
| YUV | 155.7 | 54.25 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 25 | 0 | 0.21 | 0.88 | 0.21 | 45.34 | 0.78 | 0.44 |
| Hex | C9 | 9E | 19 | 0 | 15 | 58 | 15 | 2D | 4E | 2C |
| Octal | 311 | 236 | 31 | 0 | 25 | 130 | 25 | 55 | 116 | 54 |
| Binary | 11001001 | 10011110 | 11001 | 0 | 10101 | 1011000 | 10101 | 101101 | 1001110 | 101100 |
Color Harmonies of #C99E19
Complementary color
Monochromatic Colors of #C99E19
Black with #C99E19
Text Example
Text Example
White with #C99E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99E19; }
p { color: rgb(201,158,25); }
H1.HeaderClassName
{
color: #C99E19;
}
.AnyTagClassName
{
color: #C99E19;
}
</style>
background-color css
<style>
a { background-color: #C99E19; }
a { background-color: rgb(201,158,25); }
div.DivClassName
{
background-color: #C99E19;
}
.BgClassName
{
background-color: #C99E19;
}
</style>
border-color css
<style>
span { border-color: #C99E19; }
span { border-color: rgb(201,158,25); }
td.TdClassName
{
border-color: #C99E19;
}
.TagClassName
{
border-color: #C99E19;
}
</style>