Shades of Buddha Gold #C1990D
Tints of Buddha Gold #C1990D
RGB
CMYK
RGB Variations
Color information
#C1990D (or 0xC1990D) is known color: Buddha Gold. HEX triplet: C1, 99 and 0D. RGB value is (193,153,13). Sum of RGB (Red+Green+Blue) = 193+153+13=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C1990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1990D is #3E66F2. Grayscale: #959595. Windows color (decimal): -4089587 or 891329. OLE color: 891329.
HSL color Cylindrical-coordinate representation of color #C1990D: hue angle of 46.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1990D is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 13 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.24 |
| HSL | 46.67º | 0.87% | 0.4% | - |
| HSV(B) | 46.67º | 0.93% | 0.76% | - |
| XYZ | 33.46 | 34.15 | 5.21 | - |
| YUV | 149 | 51.25 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 13 | 0 | 0.21 | 0.93 | 0.24 | 46.67 | 0.87 | 0.4 |
| Hex | C1 | 99 | D | 0 | 15 | 5D | 18 | 2F | 57 | 28 |
| Octal | 301 | 231 | 15 | 0 | 25 | 135 | 30 | 57 | 127 | 50 |
| Binary | 11000001 | 10011001 | 1101 | 0 | 10101 | 1011101 | 11000 | 101111 | 1010111 | 101000 |
Color Harmonies of #C1990D
Complementary color
Monochromatic Colors of #C1990D
Black with #C1990D
Text Example
Text Example
White with #C1990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1990D; }
p { color: rgb(193,153,13); }
H1.HeaderClassName
{
color: #C1990D;
}
.AnyTagClassName
{
color: #C1990D;
}
</style>
background-color css
<style>
a { background-color: #C1990D; }
a { background-color: rgb(193,153,13); }
div.DivClassName
{
background-color: #C1990D;
}
.BgClassName
{
background-color: #C1990D;
}
</style>
border-color css
<style>
span { border-color: #C1990D; }
span { border-color: rgb(193,153,13); }
td.TdClassName
{
border-color: #C1990D;
}
.TagClassName
{
border-color: #C1990D;
}
</style>