Shades of Buddha Gold #C9A202
Tints of Buddha Gold #C9A202
RGB
CMYK
RGB Variations
Color information
#C9A202 (or 0xC9A202) is known color: Buddha Gold. HEX triplet: C9, A2 and 02. RGB value is (201,162,2). Sum of RGB (Red+Green+Blue) = 201+162+2=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A202 is #365DFD. Grayscale: #9C9C9C. Windows color (decimal): -3563006 or 172745. OLE color: 172745.
HSL color Cylindrical-coordinate representation of color #C9A202: hue angle of 48.24º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9A202 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 162 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.21 |
| HSL | 48.24º | 0.98% | 0.4% | - |
| HSV(B) | 48.24º | 0.99% | 0.79% | - |
| XYZ | 37.02 | 38.26 | 5.49 | - |
| YUV | 155.42 | 41.42 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 2 | 0 | 0.19 | 0.99 | 0.21 | 48.24 | 0.98 | 0.4 |
| Hex | C9 | A2 | 2 | 0 | 13 | 63 | 15 | 30 | 62 | 28 |
| Octal | 311 | 242 | 2 | 0 | 23 | 143 | 25 | 60 | 142 | 50 |
| Binary | 11001001 | 10100010 | 10 | 0 | 10011 | 1100011 | 10101 | 110000 | 1100010 | 101000 |
Color Harmonies of #C9A202
Complementary color
Monochromatic Colors of #C9A202
Black with #C9A202
Text Example
Text Example
White with #C9A202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A202; }
p { color: rgb(201,162,2); }
H1.HeaderClassName
{
color: #C9A202;
}
.AnyTagClassName
{
color: #C9A202;
}
</style>
background-color css
<style>
a { background-color: #C9A202; }
a { background-color: rgb(201,162,2); }
div.DivClassName
{
background-color: #C9A202;
}
.BgClassName
{
background-color: #C9A202;
}
</style>
border-color css
<style>
span { border-color: #C9A202; }
span { border-color: rgb(201,162,2); }
td.TdClassName
{
border-color: #C9A202;
}
.TagClassName
{
border-color: #C9A202;
}
</style>