Shades of Buddha Gold #C99E06
Tints of Buddha Gold #C99E06
RGB
CMYK
RGB Variations
Color information
#C99E06 (or 0xC99E06) is known color: Buddha Gold. HEX triplet: C9, 9E and 06. RGB value is (201,158,6). Sum of RGB (Red+Green+Blue) = 201+158+6=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 6 (2.73% from 255 or 1.64% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99E06 is #3661F9. Grayscale: #9A9A9A. Windows color (decimal): -3564026 or 433865. OLE color: 433865.
HSL color Cylindrical-coordinate representation of color #C99E06: hue angle of 46.77º 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 #C99E06 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 6 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.21 |
| HSL | 46.77º | 0.94% | 0.41% | - |
| HSV(B) | 46.77º | 0.97% | 0.79% | - |
| XYZ | 36.35 | 36.88 | 5.38 | - |
| YUV | 153.53 | 44.75 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 6 | 0 | 0.21 | 0.97 | 0.21 | 46.77 | 0.94 | 0.41 |
| Hex | C9 | 9E | 6 | 0 | 15 | 61 | 15 | 2F | 5E | 29 |
| Octal | 311 | 236 | 6 | 0 | 25 | 141 | 25 | 57 | 136 | 51 |
| Binary | 11001001 | 10011110 | 110 | 0 | 10101 | 1100001 | 10101 | 101111 | 1011110 | 101001 |
Color Harmonies of #C99E06
Complementary color
Monochromatic Colors of #C99E06
Black with #C99E06
Text Example
Text Example
White with #C99E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99E06; }
p { color: rgb(201,158,6); }
H1.HeaderClassName
{
color: #C99E06;
}
.AnyTagClassName
{
color: #C99E06;
}
</style>
background-color css
<style>
a { background-color: #C99E06; }
a { background-color: rgb(201,158,6); }
div.DivClassName
{
background-color: #C99E06;
}
.BgClassName
{
background-color: #C99E06;
}
</style>
border-color css
<style>
span { border-color: #C99E06; }
span { border-color: rgb(201,158,6); }
td.TdClassName
{
border-color: #C99E06;
}
.TagClassName
{
border-color: #C99E06;
}
</style>