Shades of Buddha Gold #C19905
Tints of Buddha Gold #C19905
RGB
CMYK
RGB Variations
Color information
#C19905 (or 0xC19905) is known color: Buddha Gold. HEX triplet: C1, 99 and 05. RGB value is (193,153,5). Sum of RGB (Red+Green+Blue) = 193+153+5=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C19905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19905 is #3E66FA. Grayscale: #949494. Windows color (decimal): -4089595 or 367041. OLE color: 367041.
HSL color Cylindrical-coordinate representation of color #C19905: hue angle of 47.23º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C19905 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 5 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.24 |
| HSL | 47.23º | 0.95% | 0.39% | - |
| HSV(B) | 47.23º | 0.97% | 0.76% | - |
| XYZ | 33.41 | 34.13 | 4.97 | - |
| YUV | 148.09 | 47.25 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 5 | 0 | 0.21 | 0.97 | 0.24 | 47.23 | 0.95 | 0.39 |
| Hex | C1 | 99 | 5 | 0 | 15 | 61 | 18 | 2F | 5F | 27 |
| Octal | 301 | 231 | 5 | 0 | 25 | 141 | 30 | 57 | 137 | 47 |
| Binary | 11000001 | 10011001 | 101 | 0 | 10101 | 1100001 | 11000 | 101111 | 1011111 | 100111 |
Color Harmonies of #C19905
Complementary color
Monochromatic Colors of #C19905
Black with #C19905
Text Example
Text Example
White with #C19905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19905; }
p { color: rgb(193,153,5); }
H1.HeaderClassName
{
color: #C19905;
}
.AnyTagClassName
{
color: #C19905;
}
</style>
background-color css
<style>
a { background-color: #C19905; }
a { background-color: rgb(193,153,5); }
div.DivClassName
{
background-color: #C19905;
}
.BgClassName
{
background-color: #C19905;
}
</style>
border-color css
<style>
span { border-color: #C19905; }
span { border-color: rgb(193,153,5); }
td.TdClassName
{
border-color: #C19905;
}
.TagClassName
{
border-color: #C19905;
}
</style>