#C4960A

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

Shades of Buddha Gold #C4960A

Tints of Buddha Gold #C4960A

Color information

#C4960A (or 0xC4960A) is unknown color: approx Buddha Gold. HEX triplet: C4, 96 and 0A. RGB value is (196,150,10). Sum of RGB (Red+Green+Blue) = 196+150+10=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4960A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4960A is #3B69F5. Grayscale: #949494. Windows color (decimal): -3893750 or 693956. OLE color: 693956.

HSL color Cylindrical-coordinate representation of color #C4960A: hue angle of 45.16º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4960A is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB19615010-
CMYK00.230.950.23
HSL45.16º90.29%40.39%-
HSV(B)45.16º94.9%76.86%-
XYZ33.7333.574.99-
YUV147.7950.24162.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.06%
GREEN value IS 150 (58.98% from 255) = 42.13%
BLUE value IS 10 (4.30% from 255) = 2.81%
R=55.06%
G=42.13%
B=2.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961501000.230.950.2345.1690.2940.39
HexC496A0175F172d5a28
Octal30422612027137275513250
Binary110001001001011010100101111011111101111011011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4960A; }

 p { color: rgb(196,150,10); }

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

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

 a { background-color: rgb(196,150,10); }

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

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

 span { border-color: rgb(196,150,10); }

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