#c2950f

Color #C2950F Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #C2950F

Tints of Buddha Gold #C2950F

Color information

#C2950F (or 0xC2950F) is unknown color: approx Buddha Gold. HEX triplet: C2, 95 and 0F. RGB value is (194,149,15). Sum of RGB (Red+Green+Blue) = 194+149+15=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2950F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2950F is #3D6AF0. Grayscale: #939393. Windows color (decimal): -4025073 or 1021378. OLE color: 1021378.

HSL color Cylindrical-coordinate representation of color #C2950F: hue angle of 44.92º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2950F is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB19414915-
CMYK00.230.920.24
HSL44.92º85.65%40.98%-
HSV(B)44.92º92.27%76.08%-
XYZ33.08335.08-
YUV147.1853.41161.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 54.19%
GREEN value IS 149 (58.59% from 255) = 41.62%
BLUE value IS 15 (6.25% from 255) = 4.19%
R=54.19%
G=41.62%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941491500.230.920.2444.9285.6540.98
HexC295F0175C182d5629
Octal30222517027134305512651
Binary110000101001010111110101111011100110001011011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2950f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2950f; }

 p { color: rgb(194,149,15); }

 H1.HeaderClassName
 {
   color: #c2950f;
 }
 .AnyTagClassName
 {
   color: #c2950f;
 }
</style>
background-color css

<style>
 a { background-color: #c2950f; }

 a { background-color: rgb(194,149,15); }

 div.DivClassName
 {
   background-color: #c2950f;
 }
 .BgClassName
 {
   background-color: #c2950f;
 }
</style>
border-color css

<style>
 span { border-color: #c2950f; }

 span { border-color: rgb(194,149,15); }

 td.TdClassName
 {
   border-color: #c2950f;
 }
 .TagClassName
 {
   border-color: #c2950f;
 }
</style>