Shades of Buddha Gold #C2950C
Tints of Buddha Gold #C2950C
RGB
CMYK
RGB Variations
Color information
#C2950C (or 0xC2950C) is known color: Buddha Gold. HEX triplet: C2, 95 and 0C. RGB value is (194,149,12). Sum of RGB (Red+Green+Blue) = 194+149+12=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2950C is #3D6AF3. Grayscale: #939393. Windows color (decimal): -4025076 or 824770. OLE color: 824770.
HSL color Cylindrical-coordinate representation of color #C2950C: hue angle of 45.16º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2950C is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 12 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.24 |
| HSL | 45.16º | 0.88% | 0.4% | - |
| HSV(B) | 45.16º | 0.94% | 0.76% | - |
| XYZ | 33.06 | 32.99 | 4.97 | - |
| YUV | 146.84 | 51.91 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 12 | 0 | 0.23 | 0.94 | 0.24 | 45.16 | 0.88 | 0.4 |
| Hex | C2 | 95 | C | 0 | 17 | 5E | 18 | 2D | 58 | 28 |
| Octal | 302 | 225 | 14 | 0 | 27 | 136 | 30 | 55 | 130 | 50 |
| Binary | 11000010 | 10010101 | 1100 | 0 | 10111 | 1011110 | 11000 | 101101 | 1011000 | 101000 |
Color Harmonies of #C2950C
Complementary color
Monochromatic Colors of #C2950C
Black with #C2950C
Text Example
Text Example
White with #C2950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2950C; }
p { color: rgb(194,149,12); }
H1.HeaderClassName
{
color: #C2950C;
}
.AnyTagClassName
{
color: #C2950C;
}
</style>
background-color css
<style>
a { background-color: #C2950C; }
a { background-color: rgb(194,149,12); }
div.DivClassName
{
background-color: #C2950C;
}
.BgClassName
{
background-color: #C2950C;
}
</style>
border-color css
<style>
span { border-color: #C2950C; }
span { border-color: rgb(194,149,12); }
td.TdClassName
{
border-color: #C2950C;
}
.TagClassName
{
border-color: #C2950C;
}
</style>