Shades of Buddha Gold #C3981A
Tints of Buddha Gold #C3981A
RGB
CMYK
RGB Variations
Color information
#C3981A (or 0xC3981A) is known color: Buddha Gold. HEX triplet: C3, 98 and 1A. RGB value is (195,152,26). Sum of RGB (Red+Green+Blue) = 195+152+26=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3981A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3981A is #3C67E5. Grayscale: #979797. Windows color (decimal): -3958758 or 1743043. OLE color: 1743043.
HSL color Cylindrical-coordinate representation of color #C3981A: hue angle of 44.73º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3981A is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 26 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.24 |
| HSL | 44.73º | 0.76% | 0.43% | - |
| HSV(B) | 44.73º | 0.87% | 0.76% | - |
| XYZ | 33.92 | 34.13 | 5.78 | - |
| YUV | 150.49 | 57.75 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 26 | 0 | 0.22 | 0.87 | 0.24 | 44.73 | 0.76 | 0.43 |
| Hex | C3 | 98 | 1A | 0 | 16 | 57 | 18 | 2D | 4C | 2B |
| Octal | 303 | 230 | 32 | 0 | 26 | 127 | 30 | 55 | 114 | 53 |
| Binary | 11000011 | 10011000 | 11010 | 0 | 10110 | 1010111 | 11000 | 101101 | 1001100 | 101011 |
Color Harmonies of #C3981A
Complementary color
Monochromatic Colors of #C3981A
Black with #C3981A
Text Example
Text Example
White with #C3981A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3981A; }
p { color: rgb(195,152,26); }
H1.HeaderClassName
{
color: #C3981A;
}
.AnyTagClassName
{
color: #C3981A;
}
</style>
background-color css
<style>
a { background-color: #C3981A; }
a { background-color: rgb(195,152,26); }
div.DivClassName
{
background-color: #C3981A;
}
.BgClassName
{
background-color: #C3981A;
}
</style>
border-color css
<style>
span { border-color: #C3981A; }
span { border-color: rgb(195,152,26); }
td.TdClassName
{
border-color: #C3981A;
}
.TagClassName
{
border-color: #C3981A;
}
</style>