Shades of Buddha Gold #C99A1C
Tints of Buddha Gold #C99A1C
RGB
CMYK
RGB Variations
Color information
#C99A1C (or 0xC99A1C) is known color: Buddha Gold. HEX triplet: C9, 9A and 1C. RGB value is (201,154,28). Sum of RGB (Red+Green+Blue) = 201+154+28=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99A1C is #3665E3. Grayscale: #9A9A9A. Windows color (decimal): -3565028 or 1874633. OLE color: 1874633.
HSL color Cylindrical-coordinate representation of color #C99A1C: hue angle of 43.7º 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 #C99A1C is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 154 | 28 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.21 |
| HSL | 43.7º | 0.76% | 0.45% | - |
| HSV(B) | 43.7º | 0.86% | 0.79% | - |
| XYZ | 35.85 | 35.61 | 6.08 | - |
| YUV | 153.69 | 57.07 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 28 | 0 | 0.23 | 0.86 | 0.21 | 43.7 | 0.76 | 0.45 |
| Hex | C9 | 9A | 1C | 0 | 17 | 56 | 15 | 2C | 4C | 2D |
| Octal | 311 | 232 | 34 | 0 | 27 | 126 | 25 | 54 | 114 | 55 |
| Binary | 11001001 | 10011010 | 11100 | 0 | 10111 | 1010110 | 10101 | 101100 | 1001100 | 101101 |
Color Harmonies of #C99A1C
Complementary color
Monochromatic Colors of #C99A1C
Black with #C99A1C
Text Example
Text Example
White with #C99A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99A1C; }
p { color: rgb(201,154,28); }
H1.HeaderClassName
{
color: #C99A1C;
}
.AnyTagClassName
{
color: #C99A1C;
}
</style>
background-color css
<style>
a { background-color: #C99A1C; }
a { background-color: rgb(201,154,28); }
div.DivClassName
{
background-color: #C99A1C;
}
.BgClassName
{
background-color: #C99A1C;
}
</style>
border-color css
<style>
span { border-color: #C99A1C; }
span { border-color: rgb(201,154,28); }
td.TdClassName
{
border-color: #C99A1C;
}
.TagClassName
{
border-color: #C99A1C;
}
</style>