Shades of Buddha Gold #C1990A
Tints of Buddha Gold #C1990A
RGB
CMYK
RGB Variations
Color information
#C1990A (or 0xC1990A) is known color: Buddha Gold. HEX triplet: C1, 99 and 0A. RGB value is (193,153,10). Sum of RGB (Red+Green+Blue) = 193+153+10=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1990A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1990A is #3E66F5. Grayscale: #959595. Windows color (decimal): -4089590 or 694721. OLE color: 694721.
HSL color Cylindrical-coordinate representation of color #C1990A: hue angle of 46.89º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1990A is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 10 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.24 |
| HSL | 46.89º | 0.9% | 0.4% | - |
| HSV(B) | 46.89º | 0.95% | 0.76% | - |
| XYZ | 33.44 | 34.14 | 5.11 | - |
| YUV | 148.66 | 49.75 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 10 | 0 | 0.21 | 0.95 | 0.24 | 46.89 | 0.9 | 0.4 |
| Hex | C1 | 99 | A | 0 | 15 | 5F | 18 | 2F | 5A | 28 |
| Octal | 301 | 231 | 12 | 0 | 25 | 137 | 30 | 57 | 132 | 50 |
| Binary | 11000001 | 10011001 | 1010 | 0 | 10101 | 1011111 | 11000 | 101111 | 1011010 | 101000 |
Color Harmonies of #C1990A
Complementary color
Monochromatic Colors of #C1990A
Black with #C1990A
Text Example
Text Example
White with #C1990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1990A; }
p { color: rgb(193,153,10); }
H1.HeaderClassName
{
color: #C1990A;
}
.AnyTagClassName
{
color: #C1990A;
}
</style>
background-color css
<style>
a { background-color: #C1990A; }
a { background-color: rgb(193,153,10); }
div.DivClassName
{
background-color: #C1990A;
}
.BgClassName
{
background-color: #C1990A;
}
</style>
border-color css
<style>
span { border-color: #C1990A; }
span { border-color: rgb(193,153,10); }
td.TdClassName
{
border-color: #C1990A;
}
.TagClassName
{
border-color: #C1990A;
}
</style>