Shades of Buddha Gold #C2961D
Tints of Buddha Gold #C2961D
RGB
CMYK
RGB Variations
Color information
#C2961D (or 0xC2961D) is known color: Buddha Gold. HEX triplet: C2, 96 and 1D. RGB value is (194,150,29). Sum of RGB (Red+Green+Blue) = 194+150+29=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2961D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2961D is #3D69E2. Grayscale: #959595. Windows color (decimal): -4024803 or 1939138. OLE color: 1939138.
HSL color Cylindrical-coordinate representation of color #C2961D: hue angle of 44º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2961D is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 29 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.24 |
| HSL | 44º | 0.74% | 0.44% | - |
| HSV(B) | 44º | 0.85% | 0.76% | - |
| XYZ | 33.38 | 33.37 | 5.84 | - |
| YUV | 149.36 | 60.08 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 29 | 0 | 0.23 | 0.85 | 0.24 | 44 | 0.74 | 0.44 |
| Hex | C2 | 96 | 1D | 0 | 17 | 55 | 18 | 2C | 4A | 2C |
| Octal | 302 | 226 | 35 | 0 | 27 | 125 | 30 | 54 | 112 | 54 |
| Binary | 11000010 | 10010110 | 11101 | 0 | 10111 | 1010101 | 11000 | 101100 | 1001010 | 101100 |
Color Harmonies of #C2961D
Complementary color
Monochromatic Colors of #C2961D
Black with #C2961D
Text Example
Text Example
White with #C2961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2961D; }
p { color: rgb(194,150,29); }
H1.HeaderClassName
{
color: #C2961D;
}
.AnyTagClassName
{
color: #C2961D;
}
</style>
background-color css
<style>
a { background-color: #C2961D; }
a { background-color: rgb(194,150,29); }
div.DivClassName
{
background-color: #C2961D;
}
.BgClassName
{
background-color: #C2961D;
}
</style>
border-color css
<style>
span { border-color: #C2961D; }
span { border-color: rgb(194,150,29); }
td.TdClassName
{
border-color: #C2961D;
}
.TagClassName
{
border-color: #C2961D;
}
</style>