Shades of Buddha Gold #C99B0C
Tints of Buddha Gold #C99B0C
RGB
CMYK
RGB Variations
Color information
#C99B0C (or 0xC99B0C) is known color: Buddha Gold. HEX triplet: C9, 9B and 0C. RGB value is (201,155,12). Sum of RGB (Red+Green+Blue) = 201+155+12=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99B0C is #3664F3. Grayscale: #999999. Windows color (decimal): -3564788 or 826313. OLE color: 826313.
HSL color Cylindrical-coordinate representation of color #C99B0C: hue angle of 45.4º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C99B0C is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 12 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.21 |
| HSL | 45.4º | 0.89% | 0.42% | - |
| HSV(B) | 45.4º | 0.94% | 0.79% | - |
| XYZ | 35.88 | 35.89 | 5.38 | - |
| YUV | 152.45 | 48.74 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 12 | 0 | 0.23 | 0.94 | 0.21 | 45.4 | 0.89 | 0.42 |
| Hex | C9 | 9B | C | 0 | 17 | 5E | 15 | 2D | 59 | 2A |
| Octal | 311 | 233 | 14 | 0 | 27 | 136 | 25 | 55 | 131 | 52 |
| Binary | 11001001 | 10011011 | 1100 | 0 | 10111 | 1011110 | 10101 | 101101 | 1011001 | 101010 |
Color Harmonies of #C99B0C
Complementary color
Monochromatic Colors of #C99B0C
Black with #C99B0C
Text Example
Text Example
White with #C99B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99B0C; }
p { color: rgb(201,155,12); }
H1.HeaderClassName
{
color: #C99B0C;
}
.AnyTagClassName
{
color: #C99B0C;
}
</style>
background-color css
<style>
a { background-color: #C99B0C; }
a { background-color: rgb(201,155,12); }
div.DivClassName
{
background-color: #C99B0C;
}
.BgClassName
{
background-color: #C99B0C;
}
</style>
border-color css
<style>
span { border-color: #C99B0C; }
span { border-color: rgb(201,155,12); }
td.TdClassName
{
border-color: #C99B0C;
}
.TagClassName
{
border-color: #C99B0C;
}
</style>