Shades of Buddha Gold #C0971D
Tints of Buddha Gold #C0971D
RGB
CMYK
RGB Variations
Color information
#C0971D (or 0xC0971D) is known color: Buddha Gold. HEX triplet: C0, 97 and 1D. RGB value is (192,151,29). Sum of RGB (Red+Green+Blue) = 192+151+29=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0971D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0971D is #3F68E2. Grayscale: #959595. Windows color (decimal): -4155619 or 1939392. OLE color: 1939392.
HSL color Cylindrical-coordinate representation of color #C0971D: hue angle of 44.91º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0971D is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 29 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.25 |
| HSL | 44.91º | 0.74% | 0.43% | - |
| HSV(B) | 44.91º | 0.85% | 0.75% | - |
| XYZ | 33.03 | 33.43 | 5.87 | - |
| YUV | 149.35 | 60.08 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 29 | 0 | 0.21 | 0.85 | 0.25 | 44.91 | 0.74 | 0.43 |
| Hex | C0 | 97 | 1D | 0 | 15 | 55 | 19 | 2D | 4A | 2B |
| Octal | 300 | 227 | 35 | 0 | 25 | 125 | 31 | 55 | 112 | 53 |
| Binary | 11000000 | 10010111 | 11101 | 0 | 10101 | 1010101 | 11001 | 101101 | 1001010 | 101011 |
Color Harmonies of #C0971D
Complementary color
Monochromatic Colors of #C0971D
Black with #C0971D
Text Example
Text Example
White with #C0971D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0971D; }
p { color: rgb(192,151,29); }
H1.HeaderClassName
{
color: #C0971D;
}
.AnyTagClassName
{
color: #C0971D;
}
</style>
background-color css
<style>
a { background-color: #C0971D; }
a { background-color: rgb(192,151,29); }
div.DivClassName
{
background-color: #C0971D;
}
.BgClassName
{
background-color: #C0971D;
}
</style>
border-color css
<style>
span { border-color: #C0971D; }
span { border-color: rgb(192,151,29); }
td.TdClassName
{
border-color: #C0971D;
}
.TagClassName
{
border-color: #C0971D;
}
</style>