Shades of Buddha Gold #C99A10
Tints of Buddha Gold #C99A10
RGB
CMYK
RGB Variations
Color information
#C99A10 (or 0xC99A10) is known color: Buddha Gold. HEX triplet: C9, 9A and 10. RGB value is (201,154,16). Sum of RGB (Red+Green+Blue) = 201+154+16=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99A10 is #3665EF. Grayscale: #989898. Windows color (decimal): -3565040 or 1088201. OLE color: 1088201.
HSL color Cylindrical-coordinate representation of color #C99A10: hue angle of 44.76º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C99A10 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 154 | 16 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.21 |
| HSL | 44.76º | 0.85% | 0.43% | - |
| HSV(B) | 44.76º | 0.92% | 0.79% | - |
| XYZ | 35.74 | 35.57 | 5.47 | - |
| YUV | 152.32 | 51.07 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 16 | 0 | 0.23 | 0.92 | 0.21 | 44.76 | 0.85 | 0.43 |
| Hex | C9 | 9A | 10 | 0 | 17 | 5C | 15 | 2D | 55 | 2B |
| Octal | 311 | 232 | 20 | 0 | 27 | 134 | 25 | 55 | 125 | 53 |
| Binary | 11001001 | 10011010 | 10000 | 0 | 10111 | 1011100 | 10101 | 101101 | 1010101 | 101011 |
Color Harmonies of #C99A10
Complementary color
Monochromatic Colors of #C99A10
Black with #C99A10
Text Example
Text Example
White with #C99A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99A10; }
p { color: rgb(201,154,16); }
H1.HeaderClassName
{
color: #C99A10;
}
.AnyTagClassName
{
color: #C99A10;
}
</style>
background-color css
<style>
a { background-color: #C99A10; }
a { background-color: rgb(201,154,16); }
div.DivClassName
{
background-color: #C99A10;
}
.BgClassName
{
background-color: #C99A10;
}
</style>
border-color css
<style>
span { border-color: #C99A10; }
span { border-color: rgb(201,154,16); }
td.TdClassName
{
border-color: #C99A10;
}
.TagClassName
{
border-color: #C99A10;
}
</style>