Shades of Buddha Gold #C99A06
Tints of Buddha Gold #C99A06
RGB
CMYK
RGB Variations
Color information
#C99A06 (or 0xC99A06) is known color: Buddha Gold. HEX triplet: C9, 9A and 06. RGB value is (201,154,6). Sum of RGB (Red+Green+Blue) = 201+154+6=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 6 (2.73% from 255 or 1.66% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99A06 is #3665F9. Grayscale: #979797. Windows color (decimal): -3565050 or 432841. OLE color: 432841.
HSL color Cylindrical-coordinate representation of color #C99A06: hue angle of 45.54º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C99A06 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 154 | 6 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.21 |
| HSL | 45.54º | 0.94% | 0.41% | - |
| HSV(B) | 45.54º | 0.97% | 0.79% | - |
| XYZ | 35.68 | 35.54 | 5.15 | - |
| YUV | 151.18 | 46.07 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 6 | 0 | 0.23 | 0.97 | 0.21 | 45.54 | 0.94 | 0.41 |
| Hex | C9 | 9A | 6 | 0 | 17 | 61 | 15 | 2E | 5E | 29 |
| Octal | 311 | 232 | 6 | 0 | 27 | 141 | 25 | 56 | 136 | 51 |
| Binary | 11001001 | 10011010 | 110 | 0 | 10111 | 1100001 | 10101 | 101110 | 1011110 | 101001 |
Color Harmonies of #C99A06
Complementary color
Monochromatic Colors of #C99A06
Black with #C99A06
Text Example
Text Example
White with #C99A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99A06; }
p { color: rgb(201,154,6); }
H1.HeaderClassName
{
color: #C99A06;
}
.AnyTagClassName
{
color: #C99A06;
}
</style>
background-color css
<style>
a { background-color: #C99A06; }
a { background-color: rgb(201,154,6); }
div.DivClassName
{
background-color: #C99A06;
}
.BgClassName
{
background-color: #C99A06;
}
</style>
border-color css
<style>
span { border-color: #C99A06; }
span { border-color: rgb(201,154,6); }
td.TdClassName
{
border-color: #C99A06;
}
.TagClassName
{
border-color: #C99A06;
}
</style>