Shades of Buddha Gold #C99B19
Tints of Buddha Gold #C99B19
RGB
CMYK
RGB Variations
Color information
#C99B19 (or 0xC99B19) is known color: Buddha Gold. HEX triplet: C9, 9B and 19. RGB value is (201,155,25). Sum of RGB (Red+Green+Blue) = 201+155+25=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99B19 is #3664E6. Grayscale: #9A9A9A. Windows color (decimal): -3564775 or 1678281. OLE color: 1678281.
HSL color Cylindrical-coordinate representation of color #C99B19: hue angle of 44.32º 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 #C99B19 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 25 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.21 |
| HSL | 44.32º | 0.78% | 0.44% | - |
| HSV(B) | 44.32º | 0.88% | 0.79% | - |
| XYZ | 35.98 | 35.93 | 5.96 | - |
| YUV | 153.93 | 55.24 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 25 | 0 | 0.23 | 0.88 | 0.21 | 44.32 | 0.78 | 0.44 |
| Hex | C9 | 9B | 19 | 0 | 17 | 58 | 15 | 2C | 4E | 2C |
| Octal | 311 | 233 | 31 | 0 | 27 | 130 | 25 | 54 | 116 | 54 |
| Binary | 11001001 | 10011011 | 11001 | 0 | 10111 | 1011000 | 10101 | 101100 | 1001110 | 101100 |
Color Harmonies of #C99B19
Complementary color
Monochromatic Colors of #C99B19
Black with #C99B19
Text Example
Text Example
White with #C99B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99B19; }
p { color: rgb(201,155,25); }
H1.HeaderClassName
{
color: #C99B19;
}
.AnyTagClassName
{
color: #C99B19;
}
</style>
background-color css
<style>
a { background-color: #C99B19; }
a { background-color: rgb(201,155,25); }
div.DivClassName
{
background-color: #C99B19;
}
.BgClassName
{
background-color: #C99B19;
}
</style>
border-color css
<style>
span { border-color: #C99B19; }
span { border-color: rgb(201,155,25); }
td.TdClassName
{
border-color: #C99B19;
}
.TagClassName
{
border-color: #C99B19;
}
</style>