Shades of Buddha Gold #C1980E
Tints of Buddha Gold #C1980E
RGB
CMYK
RGB Variations
Color information
#C1980E (or 0xC1980E) is known color: Buddha Gold. HEX triplet: C1, 98 and 0E. RGB value is (193,152,14). Sum of RGB (Red+Green+Blue) = 193+152+14=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C1980E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1980E is #3E67F1. Grayscale: #959595. Windows color (decimal): -4089842 or 956609. OLE color: 956609.
HSL color Cylindrical-coordinate representation of color #C1980E: hue angle of 46.26º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1980E is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 14 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.24 |
| HSL | 46.26º | 0.86% | 0.41% | - |
| HSV(B) | 46.26º | 0.93% | 0.76% | - |
| XYZ | 33.3 | 33.83 | 5.19 | - |
| YUV | 148.53 | 52.08 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 14 | 0 | 0.21 | 0.93 | 0.24 | 46.26 | 0.86 | 0.41 |
| Hex | C1 | 98 | E | 0 | 15 | 5D | 18 | 2E | 56 | 29 |
| Octal | 301 | 230 | 16 | 0 | 25 | 135 | 30 | 56 | 126 | 51 |
| Binary | 11000001 | 10011000 | 1110 | 0 | 10101 | 1011101 | 11000 | 101110 | 1010110 | 101001 |
Color Harmonies of #C1980E
Complementary color
Monochromatic Colors of #C1980E
Black with #C1980E
Text Example
Text Example
White with #C1980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1980E; }
p { color: rgb(193,152,14); }
H1.HeaderClassName
{
color: #C1980E;
}
.AnyTagClassName
{
color: #C1980E;
}
</style>
background-color css
<style>
a { background-color: #C1980E; }
a { background-color: rgb(193,152,14); }
div.DivClassName
{
background-color: #C1980E;
}
.BgClassName
{
background-color: #C1980E;
}
</style>
border-color css
<style>
span { border-color: #C1980E; }
span { border-color: rgb(193,152,14); }
td.TdClassName
{
border-color: #C1980E;
}
.TagClassName
{
border-color: #C1980E;
}
</style>