Shades of Buddha Gold #C1981F
Tints of Buddha Gold #C1981F
RGB
CMYK
RGB Variations
Color information
#C1981F (or 0xC1981F) is known color: Buddha Gold. HEX triplet: C1, 98 and 1F. RGB value is (193,152,31). Sum of RGB (Red+Green+Blue) = 193+152+31=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C1981F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1981F is #3E67E0. Grayscale: #969696. Windows color (decimal): -4089825 or 2070721. OLE color: 2070721.
HSL color Cylindrical-coordinate representation of color #C1981F: hue angle of 44.81º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1981F is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 31 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.24 |
| HSL | 44.81º | 0.72% | 0.44% | - |
| HSV(B) | 44.81º | 0.84% | 0.76% | - |
| XYZ | 33.47 | 33.89 | 6.07 | - |
| YUV | 150.47 | 60.58 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 31 | 0 | 0.21 | 0.84 | 0.24 | 44.81 | 0.72 | 0.44 |
| Hex | C1 | 98 | 1F | 0 | 15 | 54 | 18 | 2D | 48 | 2C |
| Octal | 301 | 230 | 37 | 0 | 25 | 124 | 30 | 55 | 110 | 54 |
| Binary | 11000001 | 10011000 | 11111 | 0 | 10101 | 1010100 | 11000 | 101101 | 1001000 | 101100 |
Color Harmonies of #C1981F
Complementary color
Monochromatic Colors of #C1981F
Black with #C1981F
Text Example
Text Example
White with #C1981F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1981F; }
p { color: rgb(193,152,31); }
H1.HeaderClassName
{
color: #C1981F;
}
.AnyTagClassName
{
color: #C1981F;
}
</style>
background-color css
<style>
a { background-color: #C1981F; }
a { background-color: rgb(193,152,31); }
div.DivClassName
{
background-color: #C1981F;
}
.BgClassName
{
background-color: #C1981F;
}
</style>
border-color css
<style>
span { border-color: #C1981F; }
span { border-color: rgb(193,152,31); }
td.TdClassName
{
border-color: #C1981F;
}
.TagClassName
{
border-color: #C1981F;
}
</style>