Shades of Buddha Gold #C99C0E
Tints of Buddha Gold #C99C0E
RGB
CMYK
RGB Variations
Color information
#C99C0E (or 0xC99C0E) is known color: Buddha Gold. HEX triplet: C9, 9C and 0E. RGB value is (201,156,14). Sum of RGB (Red+Green+Blue) = 201+156+14=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99C0E is #3663F1. Grayscale: #999999. Windows color (decimal): -3564530 or 957641. OLE color: 957641.
HSL color Cylindrical-coordinate representation of color #C99C0E: hue angle of 45.56º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C99C0E is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 14 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.21 |
| HSL | 45.56º | 0.87% | 0.42% | - |
| HSV(B) | 45.56º | 0.93% | 0.79% | - |
| XYZ | 36.06 | 36.23 | 5.51 | - |
| YUV | 153.27 | 49.41 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 14 | 0 | 0.22 | 0.93 | 0.21 | 45.56 | 0.87 | 0.42 |
| Hex | C9 | 9C | E | 0 | 16 | 5D | 15 | 2E | 57 | 2A |
| Octal | 311 | 234 | 16 | 0 | 26 | 135 | 25 | 56 | 127 | 52 |
| Binary | 11001001 | 10011100 | 1110 | 0 | 10110 | 1011101 | 10101 | 101110 | 1010111 | 101010 |
Color Harmonies of #C99C0E
Complementary color
Monochromatic Colors of #C99C0E
Black with #C99C0E
Text Example
Text Example
White with #C99C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99C0E; }
p { color: rgb(201,156,14); }
H1.HeaderClassName
{
color: #C99C0E;
}
.AnyTagClassName
{
color: #C99C0E;
}
</style>
background-color css
<style>
a { background-color: #C99C0E; }
a { background-color: rgb(201,156,14); }
div.DivClassName
{
background-color: #C99C0E;
}
.BgClassName
{
background-color: #C99C0E;
}
</style>
border-color css
<style>
span { border-color: #C99C0E; }
span { border-color: rgb(201,156,14); }
td.TdClassName
{
border-color: #C99C0E;
}
.TagClassName
{
border-color: #C99C0E;
}
</style>