Shades of Buddha Gold #C9921C
Tints of Buddha Gold #C9921C
RGB
CMYK
RGB Variations
Color information
#C9921C (or 0xC9921C) is known color: Buddha Gold. HEX triplet: C9, 92 and 1C. RGB value is (201,146,28). Sum of RGB (Red+Green+Blue) = 201+146+28=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 28 (11.33% from 255 or 7.47% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9921C is #366DE3. Grayscale: #959595. Windows color (decimal): -3567076 or 1872585. OLE color: 1872585.
HSL color Cylindrical-coordinate representation of color #C9921C: hue angle of 40.92º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9921C is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 28 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.21 |
| HSL | 40.92º | 0.76% | 0.45% | - |
| HSV(B) | 40.92º | 0.86% | 0.79% | - |
| XYZ | 34.58 | 33.06 | 5.66 | - |
| YUV | 148.99 | 59.72 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 28 | 0 | 0.27 | 0.86 | 0.21 | 40.92 | 0.76 | 0.45 |
| Hex | C9 | 92 | 1C | 0 | 1B | 56 | 15 | 29 | 4C | 2D |
| Octal | 311 | 222 | 34 | 0 | 33 | 126 | 25 | 51 | 114 | 55 |
| Binary | 11001001 | 10010010 | 11100 | 0 | 11011 | 1010110 | 10101 | 101001 | 1001100 | 101101 |
Color Harmonies of #C9921C
Complementary color
Monochromatic Colors of #C9921C
Black with #C9921C
Text Example
Text Example
White with #C9921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9921C; }
p { color: rgb(201,146,28); }
H1.HeaderClassName
{
color: #C9921C;
}
.AnyTagClassName
{
color: #C9921C;
}
</style>
background-color css
<style>
a { background-color: #C9921C; }
a { background-color: rgb(201,146,28); }
div.DivClassName
{
background-color: #C9921C;
}
.BgClassName
{
background-color: #C9921C;
}
</style>
border-color css
<style>
span { border-color: #C9921C; }
span { border-color: rgb(201,146,28); }
td.TdClassName
{
border-color: #C9921C;
}
.TagClassName
{
border-color: #C9921C;
}
</style>