Shades of Buddha Gold #C99F1B
Tints of Buddha Gold #C99F1B
RGB
CMYK
RGB Variations
Color information
#C99F1B (or 0xC99F1B) is known color: Buddha Gold. HEX triplet: C9, 9F and 1B. RGB value is (201,159,27). Sum of RGB (Red+Green+Blue) = 201+159+27=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99F1B is #3660E4. Grayscale: #9D9D9D. Windows color (decimal): -3563749 or 1810377. OLE color: 1810377.
HSL color Cylindrical-coordinate representation of color #C99F1B: hue angle of 45.52º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C99F1B is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 27 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.21 |
| HSL | 45.52º | 0.76% | 0.45% | - |
| HSV(B) | 45.52º | 0.87% | 0.79% | - |
| XYZ | 36.68 | 37.29 | 6.3 | - |
| YUV | 156.51 | 54.91 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 27 | 0 | 0.21 | 0.87 | 0.21 | 45.52 | 0.76 | 0.45 |
| Hex | C9 | 9F | 1B | 0 | 15 | 57 | 15 | 2E | 4C | 2D |
| Octal | 311 | 237 | 33 | 0 | 25 | 127 | 25 | 56 | 114 | 55 |
| Binary | 11001001 | 10011111 | 11011 | 0 | 10101 | 1010111 | 10101 | 101110 | 1001100 | 101101 |
Color Harmonies of #C99F1B
Complementary color
Monochromatic Colors of #C99F1B
Black with #C99F1B
Text Example
Text Example
White with #C99F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99F1B; }
p { color: rgb(201,159,27); }
H1.HeaderClassName
{
color: #C99F1B;
}
.AnyTagClassName
{
color: #C99F1B;
}
</style>
background-color css
<style>
a { background-color: #C99F1B; }
a { background-color: rgb(201,159,27); }
div.DivClassName
{
background-color: #C99F1B;
}
.BgClassName
{
background-color: #C99F1B;
}
</style>
border-color css
<style>
span { border-color: #C99F1B; }
span { border-color: rgb(201,159,27); }
td.TdClassName
{
border-color: #C99F1B;
}
.TagClassName
{
border-color: #C99F1B;
}
</style>