#C5950C

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

Shades of Buddha Gold #C5950C

Tints of Buddha Gold #C5950C

Color information

#C5950C (or 0xC5950C) is unknown color: approx Buddha Gold. HEX triplet: C5, 95 and 0C. RGB value is (197,149,12). Sum of RGB (Red+Green+Blue) = 197+149+12=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5950C is #3A6AF3. Grayscale: #949494. Windows color (decimal): -3828468 or 824773. OLE color: 824773.

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

Color convert

RGB19714912-
CMYK00.240.940.23
HSL44.43º88.52%40.98%-
HSV(B)44.43º93.91%77.25%-
XYZ33.8433.395.01-
YUV147.7351.4163.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.03%
GREEN value IS 149 (58.59% from 255) = 41.62%
BLUE value IS 12 (5.08% from 255) = 3.35%
R=55.03%
G=41.62%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971491200.240.940.2344.4388.5240.98
HexC595C0185E172c5929
Octal30522514030136275413151
Binary110001011001010111000110001011110101111011001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5950C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5950C; }

 p { color: rgb(197,149,12); }

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

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

 a { background-color: rgb(197,149,12); }

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

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

 span { border-color: rgb(197,149,12); }

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